Compare commits

...

2 Commits

Author SHA1 Message Date
galactus 40fe0f632e
Merge pull request #4 from blockworks-foundation/feature
200 threads and run in release
2023-06-15 16:07:20 +02:00
aniketfuryrocks 7597c654f8
200 threads and run in release 2023-06-15 19:32:18 +05:30
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ EOF
fi
for i in {5..100..5}
for i in {5..200..5}
do
cargo run -- -a -t $i -o "$1/$i.json" "${@:2}"
cargo run --release -- -a -t $i -o "$1/$i.json" "${@:2}"
sleep 10s
done
done