Skip to content

Commit b232faf

Browse files
chore: revert sync changes to compare perf results
1 parent e31ee8b commit b232faf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/tinybench-plugin/benches/sample.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bench
3535
});
3636

3737
(async () => {
38-
bench.runSync();
38+
await bench.run();
3939
console.table(bench.table());
4040

4141
const timingBench = withCodSpeed(
@@ -44,6 +44,6 @@ bench
4444

4545
registerTimingBenchmarks(timingBench);
4646

47-
timingBench.runSync();
47+
await timingBench.run();
4848
console.table(timingBench.table());
4949
})();

0 commit comments

Comments
 (0)