From d27296026386f080d09072104bcbce18f3c3092f Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Mon, 30 Dec 2024 12:24:53 +0900 Subject: [PATCH] Update bench.sh (#1920) --- tools/bench.sh | 2 +- tools/ci/bencher.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bench.sh b/tools/bench.sh index ae6eb221b..17f345871 100755 --- a/tools/bench.sh +++ b/tools/bench.sh @@ -35,5 +35,5 @@ for file in $(find bench -type f -name '*.scm' | sort | grep $filter); do scripts="$scripts,python3 $base.py" fi - hyperfine --sort command --input compile.scm -L script "$scripts" "{script}" + hyperfine -N --sort command --input compile.scm -L script "$scripts" "{script}" done diff --git a/tools/ci/bencher.sh b/tools/ci/bencher.sh index b5ad4cbde..2bb84a7d0 100755 --- a/tools/ci/bencher.sh +++ b/tools/ci/bencher.sh @@ -44,4 +44,4 @@ bencher run \ --threshold-upper-boundary 0.99 \ --thresholds-reset \ --token $BENCHER_TOKEN \ - hyperfine --export-json results.json -w 2 --input compile.scm -L script "$scripts" "{script}" + hyperfine --export-json results.json -w 2 -N --input compile.scm -L script "$scripts" "{script}"