Reduce benchmark-throughtput size

This commit is contained in:
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"
for _ in {1..100000}
for _ in {1..5000}
do
int_get=$RANDOM
echo -e "${int_get}\n$((int_get))\n" >> "benchmark-program-2.cases"