Reduce benchmark-throughtput size
Tests / Run-Tests (push) Successful in 7s Details
Benchmarks / Run-Benchmarks (push) Successful in 22s Details

main
drunkendog 2023-09-25 20:03:51 +01:00
parent e139066905
commit d565117116
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cd temp
cp "../benchmark-program-2.c" "benchmark-program-2.c" cp "../benchmark-program-2.c" "benchmark-program-2.c"
for _ in {1..100000} for _ in {1..5000}
do do
int_get=$RANDOM int_get=$RANDOM
echo -e "${int_get}\n$((int_get))\n" >> "benchmark-program-2.cases" echo -e "${int_get}\n$((int_get))\n" >> "benchmark-program-2.cases"