Skip to content

Commit 6e44b77

Browse files
feat!: make perf enabled by default
1 parent 63901ba commit 6e44b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/run/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub enum UnwindingMode {
5252
pub struct PerfRunArgs {
5353
/// Enable the performance runner, which uses `perf` to collect performance data.
5454
/// This is only supported on Linux.
55-
#[arg(long, env = "CODSPEED_PERF_ENABLED", default_value_t = false)]
55+
#[arg(long, env = "CODSPEED_PERF_ENABLED", default_value_t = true)]
5656
enable_perf: bool,
5757

5858
/// The unwinding mode that should be used with perf to collect the call stack.

0 commit comments

Comments
 (0)