Skip to content

Commit

Permalink
Update bench.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Dec 30, 2024
1 parent 83183ce commit 2321792
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2321792

Please sign in to comment.