Releases: ordo-one/package-benchmark
Releases · ordo-one/package-benchmark
1.23.5
1.23.4
1.23.3
1.23.2
What's Changed
- fix: support github markdown table style by @vanvoorden in #247
New Contributors
- @vanvoorden made their first contribution in #247
Full Changelog: 1.23.1...1.23.2
1.23.1
1.23.0
1.23.0 (2024-04-23)
Adds support for a new metric:.instructions this captures the number of CPU instructions used for executing the benchmark:
This is done using perf_events on Linux and using rusage on macOS.
For benchmarks running in a VM, this metric might not return any data due to lack of access to CPU performance counters.