We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf3565 commit e5b4a71Copy full SHA for e5b4a71
1 file changed
demo/gc-strings.mjs
@@ -104,7 +104,7 @@ process.stdout.write(' \r');
104
// Fixed scale: 10 000 ms ceiling so bars are comparable across runs.
105
// (unconstrained is faster, capped is slower — same ruler for both)
106
107
-const WALL_SCALE = 10_000;
+const WALL_SCALE = 12_000;
108
const HEAP_SCALE = 128; // MB — frames the unconstrained 110+ MB result
109
110
section('Wall time', `${ITERATIONS.toLocaleString()} decode iterations`);
0 commit comments