Skip to content

Commit a7d73f8

Browse files
committed
add warmup phase to the CodSpeed benchmarks
1 parent 4da4a8b commit a7d73f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/grapheme/codspeed.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ for (const [name, input] of testcases) {
5353
});
5454
}
5555

56+
await bench.warmup();
5657
await bench.run();
5758
console.table(bench.table());

0 commit comments

Comments
 (0)