Skip to content

Commit e584262

Browse files
committed
feat(runner): support codspeed-node memory profiling
1 parent ed74f65 commit e584262

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
"codspeed-rust" => Version::new(4, 2, 0),
178178
"codspeed-cpp" => Version::new(2, 1, 0),
179179
"pytest-codspeed" => Version::new(4, 3, 0),
180+
"codspeed-node" => Version::new(5, 2, 0),
180181
_ => {
181182
panic!("{INVALID_INTEGRATION_ERROR}")
182183
}

0 commit comments

Comments
 (0)