Skip to content

Commit 8d3177d

Browse files
committed
feat(runner): support codspeed-node memory profiling
1 parent e323929 commit 8d3177d

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+
"codspeed-node" => Version::new(5, 0, 1), // FIXME: Change to 5.1.0
180181
_ => {
181182
panic!("{INVALID_INTEGRATION_ERROR}")
182183
}

0 commit comments

Comments
 (0)