We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091b0f8 commit 0923cb1Copy full SHA for 0923cb1
benchmark/benchmark.nu
@@ -122,8 +122,9 @@ export def run-hyperfine [
122
--export-markdown ../benchmark.md
123
--warmup 1
124
--style color
125
+ --runs 5
126
]
- let common_args = "-l 0 -a 0 -i=|!src/libgit2 -p build"
127
+ let common_args = "-l 0 -a 0 -i=|!src/libgit2 -p build -e c"
128
if ($old_path | is-not-empty) {
129
$hyperfine_args = $hyperfine_args | append [--command-name python-pure $"($old_path) ($common_args) -j 0"]
130
}
0 commit comments