What's Changed
This release introduces profiling to the walltime instrument and includes several key improvements to the existing benchmark fixture API! 🎉
Warning
Since we're now using CodSpeedHQ/instrument-hooks to control the instrument state, the performance may slightly change in tiny microbenchmarks when upgrading.
🚀 Features
- Support perf profiling in Python walltime instrument by @not-matthias in #79
- Support pytest-benchmark marker attributes by @art049 in #80
- Support the pedantic API by @art049 in #81
New Contributors
- @not-matthias made their first contribution in #79
Full Changelog: v3.2.0...v4.0.0