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