We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ad4f4 commit 3d850ecCopy full SHA for 3d850ec
utils/bench_runner.py
@@ -114,7 +114,7 @@
114
# Frontend CPU Benchmarks.
115
DEFAULT_JSON_FILEPATH = "fileout.json"
116
BENCHMARK_COMMAND_ARGS = lambda file_path: f" --exit-after file {file_path}"
117
-HYPERFINE_COMMAND = lambda file_out: f"hyperfine --warmup 1 --runs 5 --show-output --export-json {file_out} "
+HYPERFINE_COMMAND = lambda file_out: f"hyperfine -S sh --warmup 1 --runs 5 --show-output --export-json {file_out} "
118
119
FRONTEND_CPU_BENCHMARKS = {
120
WINDOWS: [
0 commit comments