From b2dbc01c9f3a4e5cf9fed9e19e2e59fa91b745be Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 25 Sep 2023 20:24:53 +0100 Subject: [PATCH] Update benchmark/benchmark-throughput.sh --- 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 6034b10..748a2e9 100644 --- a/benchmark/benchmark-throughput.sh +++ b/benchmark/benchmark-throughput.sh @@ -13,6 +13,6 @@ do done export DEBIAN_FRONTEND=noninteractive -echo "$(($(stat -c '%s' benchmark-program-2.cases) / $(/usr/bin/time -f '%e' ${@:1} 2>&1 > /dev/null)))" +bc <<< "$(stat -c '%s' benchmark-program-2.cases) / $(/usr/bin/time -f '%e' ${@:1} 2>&1 > /dev/null)" cd ../ && rm -rf temp/ \ No newline at end of file