Skip to content

Commit 603364b

Browse files
committed
feat: enable perf data compression
1 parent d1d25a3 commit 603364b

File tree

1 file changed

+1
-0
lines changed
  • src/run/runner/wall_time/perf

1 file changed

+1
-0
lines changed

src/run/runner/wall_time/perf/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ impl PerfRunner {
133133
"--freq=997", // Use a prime number to avoid synchronization with periodic tasks
134134
"--delay=-1",
135135
"-g",
136+
"--compression-level=1", // minimal compression to reduce overhead
136137
"--user-callchains",
137138
&format!("--call-graph={cg_mode}"),
138139
&format!(

0 commit comments

Comments
 (0)