There was an error while loading. Please reload this page.
1 parent 4e2c500 commit d2769e2Copy full SHA for d2769e2
1 file changed
src/executor/wall_time/perf/mod.rs
@@ -144,6 +144,7 @@ impl PerfRunner {
144
"--freq=997", // Use a prime number to avoid synchronization with periodic tasks
145
"--delay=-1",
146
"-g",
147
+ "--compression-level=3", // 3 is a widely adopted default level (AWS Athena, Python, ...)
148
"--user-callchains",
149
&format!("--call-graph={cg_mode}"),
150
&format!(
0 commit comments