]> Piment Noir Git Repositories - benchmarks-js.git/commit
fix(bench): disable warmup for slow busy-wait benchmarks
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 10 Feb 2026 21:38:44 +0000 (22:38 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 10 Feb 2026 21:38:44 +0000 (22:38 +0100)
commit24f711afea6f03563889130f43e6818e80767f02
tree2afcd73a29dd87527a48cdbdc692a2d9371a215f
parent3a65a23a3237fd499970d8ae0c09929c7317484f
fix(bench): disable warmup for slow busy-wait benchmarks

Tinybench's default warmup phase caused timeouts with 2-second busy-wait
functions. Disable warmup and set minimum iterations for proper measurement.
busy-wait.mjs