Skip to content

Commit e5b4a71

Browse files
committed
Changed scale for GitHub Actions
1 parent fbf3565 commit e5b4a71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/gc-strings.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ process.stdout.write(' \r');
104104
// Fixed scale: 10 000 ms ceiling so bars are comparable across runs.
105105
// (unconstrained is faster, capped is slower — same ruler for both)
106106

107-
const WALL_SCALE = 10_000;
107+
const WALL_SCALE = 12_000;
108108
const HEAP_SCALE = 128; // MB — frames the unconstrained 110+ MB result
109109

110110
section('Wall time', `${ITERATIONS.toLocaleString()} decode iterations`);

0 commit comments

Comments
 (0)