From d565117116a51638d0d88ae06777b3617af5c99d Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 25 Sep 2023 20:03:51 +0100 Subject: [PATCH] Reduce benchmark-throughtput size --- benchmark/benchmark-throughput.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark-throughput.sh b/benchmark/benchmark-throughput.sh index 960b727..33034c9 100644 --- a/benchmark/benchmark-throughput.sh +++ b/benchmark/benchmark-throughput.sh @@ -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"