Skip to content

Commit 02c4dc1

Browse files
authored
Update bench_runner/scripts/workflow.py
1 parent 50e19d0 commit 02c4dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bench_runner/scripts/workflow.py

+1-1
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)