Changelog
All notable changes to microbench are documented here.
[1.1.0] - unreleased
New features
mb_run_idandmb_versionfields added to every record: Both fields are included automatically without any configuration.mb_run_id— UUID generated once at import time and shared by allMicroBenchinstances in the same process. Allows records from independent bench suites to be correlated withgroupby('mb_run_id').mb_version— version of themicrobenchpackage that produced the record; essential for long-running studies where the benchmark code evolves.