You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(clock): use util.debuglog and declare plugin template vars
Replace incorrect util.debug usage with util.debuglog('benchmark') and declare newCode/functionToCall during plugin template generation.
* fix(plugins): declare loop variable in validatePlugins
Use 'for (const p of plugins)' to avoid leaking loop variable.
* fix(reporter): format ops/sec as numbers for Intl.NumberFormat
Pass numbers (not stringified .toFixed) to Intl.NumberFormat for consistent formatting.
* fix(html): avoid timer shadowing and use real timer.format
Import real timer from clock and rename local number formatter; use timer.format for ns min/max.
* fix(validation): enforce exclusive minTime > 1e-6 and min bounds
Make minTime strictly greater than 1e-6; enforce repeatSuite and minSamples minimums.
* test(copy): increase minSamples to reduce variance
Raise minSamples to stabilize same-function comparison.
0 commit comments