Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 31, 2025

🤖 I have created a release beep boop

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)

Replace incorrect util.debug usage with util.debuglog('benchmark') and declare newCode/functionToCall during plugin template generation.

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

Use 'for (const p of plugins)' to avoid leaking loop variable.

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

Pass numbers (not stringified .toFixed) to Intl.NumberFormat for consistent formatting.

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

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 (#123) (cf96c3d)

Make minTime strictly greater than 1e-6; enforce repeatSuite and minSamples minimums.

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

Raise minSamples to stabilize same-function comparison.

Miscellaneous Chores

Continuous Integration


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--bench-node branch 4 times, most recently from c23a396 to 015c7e2 Compare November 2, 2025 20:56
@github-actions github-actions bot force-pushed the release-please--branches--main--components--bench-node branch from 015c7e2 to 10b18c8 Compare November 3, 2025 02:45
@RafaelGSS
Copy link
Owner

Will land this tomorrow morning.

@RafaelGSS RafaelGSS merged commit 75dc17e into main Nov 3, 2025
@RafaelGSS RafaelGSS deleted the release-please--branches--main--components--bench-node branch November 3, 2025 21:15
@github-actions
Copy link
Contributor Author

github-actions bot commented Nov 3, 2025

🤖 Release is at https://github.com/RafaelGSS/bench-node/releases/tag/v0.12.0 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants