mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-11-30 20:26:39 -05:00
Add some private projects
This commit is contained in:
parent
c8cd5cdbc4
commit
07aa882d51
80 changed files with 5216 additions and 41 deletions
Binary file not shown.
6
soundcloud/soundcloud_problem_statement/tester/run100k.sh
Executable file
6
soundcloud/soundcloud_problem_statement/tester/run100k.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/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"
|
||||
6
soundcloud/soundcloud_problem_statement/tester/run30.sh
Executable file
6
soundcloud/soundcloud_problem_statement/tester/run30.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue