Sourced from CodSpeedHQ/action's releases.
v4.19.1
Release Notes
This release ships improvements for the memory instrument.
The memory instrument now lazily attaches to allocators, which lowers the startup time to a few seconds (down from minutes on certain systems). Additionally, we shipped a series of serialization improvements, removing in some large benchmarks 3+ minutes of extra CI time.
🐛 Bug Fixes
- Track successful posix_memalign allocations (#470) by
@not-matthiasin #470- Prompt sudo on interactive stdin (#459) by
@not-matthiasin #459- Reject empty command before executor setup (#467) by
@not-matthiasin #467⚙️ Internals
- chore: bump runner version to 4.19.1 by
@github-actions[bot] in CodSpeedHQ/action#225💼 Other
- Bump the memtrack pin to 1.3.0 by
@adriencacciain #474Install codspeed-runner 4.19.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-installer.sh | shDownload codspeed-runner 4.19.1
File Platform Checksum codspeed-runner-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1
v4.19.0
Release Notes
This release adds a new
--experimental-exclude-allocationsfeature to remove allocator time from Simulation benchmarks.🚀 Features
- Remove eager allocator discovery by
@not-matthias- Attach allocator probes on demand via exec-mapping watcher by
@not-matthias- Add exec-mapping watcher BPF prog and inode maps by
@not-matthias- Add experimental --exclude-allocations setting by
@not-matthias
... (truncated)
f22792b
Release v4.19.1 🚀b07ddfb
chore: bump runner version to 4.19.19c498ab
Release v4.19.0 🚀a65d9f0
chore: bump runner version to 4.19.0