Compare commits

..

No commits in common. "40fe0f632e5379af9c978fb763a392556e6e858a" and "20100c084166a7ddae52cf65b1f265f68a09b7e2" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

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