Releases: CodSpeedHQ/codspeed
Releases · CodSpeedHQ/codspeed
v4.17.5-alpha.1
Install codspeed-runner 4.17.5-alpha.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.17.5-alpha.1/codspeed-runner-installer.sh | shDownload codspeed-runner 4.17.5-alpha.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 |
4.17.5 - 2026-06-10
Release Notes
🚀 Features
- Add optional
modearg to target setup by @fargito in #397 - Restore DYLD_INSERT_LIBRARIES from SAMPLY_ alias by @not-matthias
- Restore DYLD_INSERT_LIBRARIES from SAMPLY_ alias by @not-matthias
🐛 Bug Fixes
- Use %p in log file path to avoid multi-process overwrite by @not-matthias in #381
💼 Other
- Enable set -u to match go.sh by @not-matthias in #389
⚙️ Internals
- Bump samply by @not-matthias
- Bump samply to fix sigkill by @not-matthias in #386
Install codspeed-runner 4.17.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.17.5/codspeed-runner-installer.sh | shDownload codspeed-runner 4.17.5
| 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 |
4.17.4 - 2026-06-05
Release Notes
🐛 Bug Fixes
- Purge inherited mappings on execve to fix unknown symbols (#392) by @GuillaumeLagrange in #392
Install codspeed-runner 4.17.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.17.4/codspeed-runner-installer.sh | shDownload codspeed-runner 4.17.4
| 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 |
4.17.3 - 2026-06-04
Release Notes
🐛 Bug Fixes
- Compare codspeed iteration of installed valgrind by @not-matthias
🏗️ Refactor
- Parse codspeed iteration from version string by @not-matthias
⚙️ Internals
- Log detected valgrind version by @not-matthias in #390
Install codspeed-runner 4.17.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.17.3/codspeed-runner-installer.sh | shDownload codspeed-runner 4.17.3
| 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 |
4.17.2 - 2026-06-04
Release Notes
🚀 Features
- Bump valgrind-codspeed to 3.26.0-0codspeed3 by @adriencaccia
Install codspeed-runner 4.17.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.17.2/codspeed-runner-installer.sh | shDownload codspeed-runner 4.17.2
| 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 |
4.17.1 - 2026-05-29
Release Notes
⚙️ Internals
- Bump samply-codspeed to disable jit classification and add fp-anchoring to unwinding (#382) by @GuillaumeLagrange in #382
Install codspeed-runner 4.17.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.17.1/codspeed-runner-installer.sh | shDownload codspeed-runner 4.17.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 |
4.17.0 - 2026-05-29
Release Notes
🚀 Features
- Configure samply symbol resolution env vars by @not-matthias
- Add CODSPEED_WALLTIME_PROFILER override by @not-matthias
- Make benchmark isolation profiler-driven by @not-matthias
- Add profile-based auth configuration (#366) by @art049 in #366
- Bump instrument-hooks to not use stubs on macos (#373) by @GuillaumeLagrange in #373
- Pin codspeed-go-runner installer downloads with sha256 verification by @art049 in #362
- Pin downloaded binaries with sha256 verification by @art049
🐛 Bug Fixes
- Use introspected env for memory executor by @GuillaumeLagrange
- Misleading DCE advice in setup-harness (#350) by @SuperMuel in #350
💼 Other
- Select profiler via typed CLI arg by @GuillaumeLagrange in #379
- Bump workspace dependencies (#370) by @art049 in #370
🧪 Testing
- Update valgrind snapshot tests by @adriencaccia
⚙️ Internals
- Add taplo config file by @GuillaumeLagrange in #363
- Bump samply fork to use framehop-codspeed by @not-matthias
- Add retry to sha256 tests to prevent transient failures by @GuillaumeLagrange in #375
- Update setarch command arguments to use long options (#304) by @xtqqczze in #304
Install codspeed-runner 4.17.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.17.0/codspeed-runner-installer.sh | shDownload codspeed-runner 4.17.0
| 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 |
4.16.2 - 2026-05-22
Release Notes
🚀 Features
- Search NixOS debug info path by @not-matthias in #354
- Inherit process mapping on forks by @GuillaumeLagrange
🐛 Bug Fixes
- Flush rolling buffer when executor errors by @not-matthias in #352
⚙️ Internals
- Bump valgrind-codspeed to 3.26.0-0codspeed2
- Fix macOS rustup cache corruption in install-rust action by @GuillaumeLagrange in #357
- Give each bpf-tests shard its own cache key by @not-matthias in #358
- Shard bpf-tests by integration test binary by @not-matthias
- Use rustup show instead of toolchain install by @GuillaumeLagrange in #349
Install codspeed-runner 4.16.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.16.2/codspeed-runner-installer.sh | shDownload codspeed-runner 4.16.2
| 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 |
v4.16.2-alpha.2
Install codspeed-runner 4.16.2-alpha.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.16.2-alpha.2/codspeed-runner-installer.sh | shDownload codspeed-runner 4.16.2-alpha.2
| 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 |
v4.16.2-alpha.1
Install codspeed-runner 4.16.2-alpha.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.16.2-alpha.1/codspeed-runner-installer.sh | shDownload codspeed-runner 4.16.2-alpha.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 |