diff --git a/tests/parser.bench.mjs b/tests/parser.bench.mjs index c96f32c..c1d4520 100644 --- a/tests/parser.bench.mjs +++ b/tests/parser.bench.mjs @@ -115,7 +115,7 @@ for (const { type, ext, experimentParse, controlParse } of PARSERS) { for (const size of SIZES) { const code = FIXTURES[type][size]; const opts = { ...PARSE_OPTIONS, filePath: `${size}${ext}` }; - + // Force a full GC before each benchmark group to reduce GC-triggered variance globalThis.gc?.();