We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63901ba commit 6e44b77Copy full SHA for 6e44b77
1 file changed
src/run/mod.rs
@@ -52,7 +52,7 @@ pub enum UnwindingMode {
52
pub struct PerfRunArgs {
53
/// Enable the performance runner, which uses `perf` to collect performance data.
54
/// This is only supported on Linux.
55
- #[arg(long, env = "CODSPEED_PERF_ENABLED", default_value_t = false)]
+ #[arg(long, env = "CODSPEED_PERF_ENABLED", default_value_t = true)]
56
enable_perf: bool,
57
58
/// The unwinding mode that should be used with perf to collect the call stack.
0 commit comments