From 4eaa3554e2a6b2e2424f02048597044b01e3f43d Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 25 Sep 2023 20:15:47 +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 33034c9..5ce81ef 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} > /dev/null)))" +echo "$(($(stat -c '%s' benchmark-program-2.cases) / $(/usr/bin/time -f '%e' ${@:1} > /dev/null 2>&1)))" cd ../ && rm -rf temp/ \ No newline at end of file