Update benchmark/benchmark-throughput.sh
parent
ff1f7d41f6
commit
b2dbc01c9f
|
@ -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} 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/
|
cd ../ && rm -rf temp/
|
Loading…
Reference in New Issue