Skip to content

Commit 0d5ea2e

Browse files
art049GuillaumeLagrange
authored andcommitted
feat: enable perf data compression
1 parent d1b5721 commit 0d5ea2e

File tree

1 file changed

+1
-0
lines changed
  • src/executor/wall_time/perf

1 file changed

+1
-0
lines changed

src/executor/wall_time/perf/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ impl PerfRunner {
149149
"--freq=997", // Use a prime number to avoid synchronization with periodic tasks
150150
"--delay=-1",
151151
"-g",
152+
"--compression-level=3", // 3 is a widely adopted default level (AWS Athena, Python, ...)
152153
"--user-callchains",
153154
&format!("--call-graph={cg_mode}"),
154155
&format!(

0 commit comments

Comments
 (0)