200 threads and run in release

This commit is contained in:
aniketfuryrocks 2023-06-15 19:32:18 +05:30
parent 29a059230a
commit 7597c654f8
No known key found for this signature in database
GPG Key ID: 1B75EA596D89FF06
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