We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
withCodSpeed
1 parent 59b337d commit ea5d470Copy full SHA for ea5d470
packages/nodes-base/benchmark.env.js
@@ -1,6 +1,5 @@
1
const NodeEnvironment = require('jest-environment-node').TestEnvironment;
2
const { Bench } = require('tinybench');
3
-const { withCodSpeed } = require('@codspeed/tinybench-plugin');
4
5
class BenchmarkEnvironment extends NodeEnvironment {
6
constructor(config, context) {
@@ -25,7 +24,7 @@ class BenchmarkEnvironment extends NodeEnvironment {
25
24
}
26
27
setupBenchmark() {
28
- this.bench = withCodSpeed(new Bench());
+ this.bench = new Bench();
29
30
31
async benchmark() {
0 commit comments