From 95d76b6345a12589c941394876960b1d9ec976df Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 17 Jan 2020 00:42:01 +0100 Subject: [PATCH] test perf --- scripts/benchmark.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/benchmark.sh b/scripts/benchmark.sh index b7eb8ddc..20f519fb 100644 --- a/scripts/benchmark.sh +++ b/scripts/benchmark.sh @@ -8,6 +8,7 @@ plot_script="scripts/bench.plot" run() { echo "$1 $3 $2" >&2 + echo "perf stat -r$repeats $1 $test_dir/$3.$2" perf stat -r"$repeats" "$1" "$test_dir/$3.$2" 2>&1 | grep "time elapsed" | sed 's/ *\([0-9]*\),\([0-9]*\) .* seconds time elapsed *( +- *\([0-9]*\),\([0-9]*\)% )/\1.\2 \3.\4/' } -- 2.43.0