Update benchmark/benchmark-throughput.sh

This commit is contained in:
drunkendog 2023-09-25 20:15:47 +01:00
parent 3de8d66547
commit 4eaa3554e2
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ do
done done
export DEBIAN_FRONTEND=noninteractive 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/ cd ../ && rm -rf temp/