Skip to content

Commit

Permalink
Disable core.teardownCore()
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed May 8, 2024
1 parent b8dd998 commit 444902c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"[email protected]": "patches/[email protected]",
"@types/[email protected]": "patches/@[email protected]",
"@types/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]",
"@codspeed/[email protected]": "patches/@[email protected]"
}
}
}
13 changes: 13 additions & 0 deletions patches/@[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/dist/index.cjs.js b/dist/index.cjs.js
index a75964e40eaeff15df33fabd3c0bef20e9b1e5dd..12f44d6539797c3a78965fea16511d5c46fdef1e 100644
--- a/dist/index.cjs.js
+++ b/dist/index.cjs.js
@@ -108,7 +108,7 @@ function withCodSpeed(bench) {
await task.opts.afterAll?.call(task);
console.log(` \u2714 Measured ${uri}`);
}
- core.teardownCore();
+ // core.teardownCore();
console.log(`[CodSpeed] Done running ${bench.tasks.length} benches.`);
return bench.tasks;
};
8 changes: 6 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 444902c

Please sign in to comment.