Skip to content

Commit 3dc1057

Browse files
committed
Update bench_runner/scripts/workflow.py
1 parent 1feab3b commit 3dc1057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench_runner/scripts/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def tune_system(venv: PathLike, perf: bool) -> None:
223223
"sudo",
224224
"bash",
225225
"-c",
226-
"echo 0 > /proc/sys/kernel/perf_event_max_sample_rate",
226+
"echo 100000 > /proc/sys/kernel/perf_event_max_sample_rate",
227227
]
228228
)
229229

0 commit comments

Comments
 (0)