Skip to content

Commit a6b7239

Browse files
committed
feat(runner): support pytest-codspeed memory profiling
1 parent 6e5891e commit a6b7239

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/executor/memory/executor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ impl MemoryExecutor {
177177
let min_version = match name.as_str() {
178178
"codspeed-rust" => Version::new(4, 2, 0),
179179
"codspeed-cpp" => Version::new(2, 1, 0),
180+
"pytest-codspeed" => Version::new(4, 3, 0),
180181
_ => {
181182
panic!("{INVALID_INTEGRATION_ERROR}")
182183
}

0 commit comments

Comments
 (0)