]> Piment Noir Git Repositories - benchmarks-js.git/commit
fix(bench): correct tinybench API usage and busy-wait timing
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 10 Feb 2026 21:27:54 +0000 (22:27 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 10 Feb 2026 21:27:54 +0000 (22:27 +0100)
commit3a65a23a3237fd499970d8ae0c09929c7317484f
treeb723e2f179817258762c4e62d8b9f8c872dca774
parent3bbeb7d8a0116f06bd4b086d9e92caed9404cdde
fix(bench): correct tinybench API usage and busy-wait timing

- fibonacci.mjs: use bench.table() instead of bench.results for consistent output
- busy-wait.mjs: increase bench time to account for interval delay
busy-wait.mjs
fibonacci.mjs