Skip to content

Commit 3d850ec

Browse files
committed
try sh
1 parent c6ad4f4 commit 3d850ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bench_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
# Frontend CPU Benchmarks.
115115
DEFAULT_JSON_FILEPATH = "fileout.json"
116116
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} "
117+
HYPERFINE_COMMAND = lambda file_out: f"hyperfine -S sh --warmup 1 --runs 5 --show-output --export-json {file_out} "
118118

119119
FRONTEND_CPU_BENCHMARKS = {
120120
WINDOWS: [

0 commit comments

Comments
 (0)