Skip to content

Commit 6271cdf

Browse files
Apply suggestion from @NullVoxPopuli
1 parent 23fa308 commit 6271cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/parser.bench.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ globalThis.gc?.();
114114
// More iterations per sample → individual GC spikes get diluted, reducing
115115
// variance on noisy CI runners. Scale down for larger fixtures so each
116116
// sample doesn't take too long (mitata needs many samples for stable stats).
117-
const BENCH_ITERS = { small: 2000, medium: 500, large: 100 };
117+
const BENCH_ITERS = { small: 1000, medium: 500, large: 100 };
118118

119119
for (const { type, ext, experimentParse, controlParse } of PARSERS) {
120120
for (const size of SIZES) {

0 commit comments

Comments
 (0)