Skip to content

Commit 650679b

Browse files
chore: root frame run
1 parent 5872ffa commit 650679b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/tinybench-plugin/src/walltime.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
Benchmark,
33
calculateQuantiles,
4-
InstrumentHooks,
54
mongoMeasurement,
65
msToNs,
76
msToS,
@@ -53,11 +52,11 @@ export function setupCodspeedWalltimeBench(
5352
await task.warmup();
5453
}
5554
await mongoMeasurement.start(uri);
56-
InstrumentHooks.startBenchmark();
55+
// InstrumentHooks.startBenchmark();
5756
const taskResult = await task.run();
58-
InstrumentHooks.stopBenchmark();
57+
// InstrumentHooks.stopBenchmark();
5958
await mongoMeasurement.stop(uri);
60-
InstrumentHooks.setExecutedBenchmark(process.pid, uri);
59+
// InstrumentHooks.setExecutedBenchmark(process.pid, uri);
6160
results.push(taskResult);
6261

6362
if (task.result) {

0 commit comments

Comments
 (0)