Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 03 Nov 21:15

0.12.0 (2025-11-03)

Features

  • make minSamples option available per Suite creation (#126) (152b945)

  • plugins: export plugin memory (52bb536)

Bug Fixes

  • fix(clock): use util.debuglog and declare plugin template vars (#123) (cf96c3d)

  • fix(plugins): declare loop variable in validatePlugins (#123) (cf96c3d)

  • fix(reporter): format ops/sec as numbers for Intl.NumberFormat (#123) (cf96c3d)

  • fix(html): avoid timer shadowing and use real timer.format (#123) (cf96c3d)

  • fix(validation): enforce exclusive minTime > 1e-6 and min bounds (#123) (cf96c3d)

  • test(copy): increase minSamples to reduce variance (#123) (cf96c3d)

Miscellaneous Chores

Continuous Integration