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.
1 parent 4da4a8b commit a7d73f8Copy full SHA for a7d73f8
benchmark/grapheme/codspeed.js
@@ -53,5 +53,6 @@ for (const [name, input] of testcases) {
53
});
54
}
55
56
+await bench.warmup();
57
await bench.run();
58
console.table(bench.table());
0 commit comments