From d2769e28d0c08125d55b703bb4920aea825aa08d Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Sat, 8 Nov 2025 13:47:38 +0100 Subject: [PATCH] feat: enable perf data compression --- src/executor/wall_time/perf/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/executor/wall_time/perf/mod.rs b/src/executor/wall_time/perf/mod.rs index cd0dd284..dc95b1ae 100644 --- a/src/executor/wall_time/perf/mod.rs +++ b/src/executor/wall_time/perf/mod.rs @@ -144,6 +144,7 @@ impl PerfRunner { "--freq=997", // Use a prime number to avoid synchronization with periodic tasks "--delay=-1", "-g", + "--compression-level=3", // 3 is a widely adopted default level (AWS Athena, Python, ...) "--user-callchains", &format!("--call-graph={cg_mode}"), &format!(