Skip to content

Commit

Permalink
Update bench.sh (#1920)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Dec 30, 2024
1 parent 83183ce commit d272960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/ci/bencher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit d272960

Please sign in to comment.