Skip to content

Commit ffe493a

Browse files
chore: increase stack sampling for python
1 parent 31cbb9d commit ffe493a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/executor/wall_time/perf

src/executor/wall_time/perf/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl PerfRunner {
111111
} else if command_has_executable(&config.command, &["pytest", "uv", "python", "python3"]) {
112112
// Note that the higher the stack size, the larger the file, although it is mitigated
113113
// by zstd compression
114-
(UnwindingMode::Dwarf, Some(16 * 1024))
114+
(UnwindingMode::Dwarf, Some(32 * 1024))
115115
} else {
116116
// Default to dwarf unwinding since it works well with most binaries.
117117
debug!("No call graph mode detected, defaulting to dwarf");

0 commit comments

Comments
 (0)