This commit is contained in:
aniketfuryrocks 2023-06-16 22:17:56 +05:30
parent cda950f49f
commit b4fec95032
No known key found for this signature in database
GPG Key ID: 1B75EA596D89FF06
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ EOF
fi
for i in {400..1000..5}
for i in {325..475..5}
do
cargo run --release -- -a -t $i -o "$1/$i.json" "${@:2}"
sleep 10s