Update benchmark/benchmark-throughput.sh
parent
4eaa3554e2
commit
ff1f7d41f6
|
@ -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 2>&1)))"
|
||||
echo "$(($(stat -c '%s' benchmark-program-2.cases) / $(/usr/bin/time -f '%e' ${@:1} 2>&1 > /dev/null)))"
|
||||
|
||||
cd ../ && rm -rf temp/
|
Loading…
Reference in New Issue