v4.0.0
What's Changed
This release brings the walltime profiling instrument to codspeed-rust
! 🎉
Tip
Try it out simply by changing the mode to walltime
in the latest version of the action
Details
Added
- feat: support the new perf profiling format by @not-matthias in #121
- feat!(cargo-codspeed): Allow filtering by benchmark name by @GuillaumeLagrange in #122
- feat(criterion): make
Bencher
implementSend + Sync
by @DaniPopes in #116
Internals
- ci: enable perf by @not-matthias in #117
- ci: add explicit mode after action's breaking change by @GuillaumeLagrange in #123
Full Changelog: v3.0.5...v4.0.0