Skip to content

Commit d2769e2

Browse files
committed
feat: enable perf data compression
1 parent 4e2c500 commit d2769e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/executor/wall_time/perf

src/executor/wall_time/perf/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ impl PerfRunner {
144144
"--freq=997", // Use a prime number to avoid synchronization with periodic tasks
145145
"--delay=-1",
146146
"-g",
147+
"--compression-level=3", // 3 is a widely adopted default level (AWS Athena, Python, ...)
147148
"--user-callchains",
148149
&format!("--call-graph={cg_mode}"),
149150
&format!(

0 commit comments

Comments
 (0)