mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 22:20:22 -04:00
6 lines
158 B
Bash
Executable file
6 lines
158 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
this_dir=$(dirname $0)
|
|
export totalEvents=100000
|
|
export concurrencyLevel=1
|
|
time java -server -Xmx1G -jar "${this_dir}/follower-maze-2.0.jar"
|