Releases: CodSpeedHQ/codspeed-rust
Releases · CodSpeedHQ/codspeed-rust
v4.0.4
v4.0.3
v4.0.2
What's Changed
- fix(codspeed): always compile instrument-hooks (with stubs) by @not-matthias in #132
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
Details
Fixes
- fix: build on macos by @not-matthias in #131
- fix benchmark filtering in instrumentation mode by @GuillaumeLagrange in #127
Internals
- ci: install musl-tools before building for release by @GuillaumeLagrange in #128
- ci: continuously check that musl builds of cargo-codspeed works by @GuillaumeLagrange in #129
Full Changelog: v4.0.0...v4.0.1
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
v3.0.5
What's Changed
- fix: regression for handling rustflags from .cargo/config.toml by @not-matthias in #114
Full Changelog: v3.0.4...v3.0.5
v3.0.4
What's Changed
- fix: only show fifo warnings when perf env is present by @not-matthias in #112
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
- tests: cargo-bench should work with the compat layers by @art049 in #110
- fix: handle rustflags from .cargo/config.toml by @GuillaumeLagrange in #109
Full Changelog: v3.0.2...v3.0.3
v3.0.2
v3.0.1
What's Changed
- Fix the Windows build (without introducing any runtime features)
- Fix a self-dependency issue in the criterion walltime layer
Details
- chore: bump rust toolchain to 1.88.0 by @art049 in #104
- fix: add build on windows by @adriencaccia in #106
- feat: add Windows build support by @art049 in #107
- chore: partial revert of "refactor: use helper to check if running with codspeed runner" (commit)
Full Changelog: v3.0.0...v3.0.1