Skip to content

Releases: CodSpeedHQ/codspeed

5.1.0 - 2026-08-18

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:08
v5.1.0
f85b328

Release Notes

🚀 Features

  • Support CircleCI for GitHub repositories by @fargito in [#482]

📚 Documentation

Install codspeed-runner 5.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v5.1.0/codspeed-runner-installer.sh | sh

Download codspeed-runner 5.1.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

v5.0.3-alpha.5

Choose a tag to compare

@github-actions github-actions released this 18 Aug 09:07
v5.0.3-alpha.5
bf8d2a7

Install codspeed-runner 5.0.3-alpha.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v5.0.3-alpha.5/codspeed-runner-installer.sh | sh

Download codspeed-runner 5.0.3-alpha.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

v5.0.3-alpha.3

Choose a tag to compare

@github-actions github-actions released this 17 Aug 13:53
v5.0.3-alpha.3
c142c2b

Install codspeed-runner 5.0.3-alpha.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v5.0.3-alpha.3/codspeed-runner-installer.sh | sh

Download codspeed-runner 5.0.3-alpha.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

v5.0.3-alpha.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 13:15
v5.0.3-alpha.2
f290481

Install codspeed-runner 5.0.3-alpha.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v5.0.3-alpha.2/codspeed-runner-installer.sh | sh

Download codspeed-runner 5.0.3-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

v5.0.3-alpha.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 10:01
v5.0.3-alpha.1
fcc74f2

Install codspeed-runner 5.0.3-alpha.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v5.0.3-alpha.1/codspeed-runner-installer.sh | sh

Download codspeed-runner 5.0.3-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

5.0.2 - 2026-08-06

Choose a tag to compare

@github-actions github-actions released this 07 Aug 12:13
v5.0.2
60d8e48

Release Notes

🐛 Bug Fixes

  • Retry complete pinned binary downloads (#499) by @art049 in #499
  • Accept --exclude-allocations and --cycle-estimation without a value by @not-matthias

📚 Documentation

  • Drop stale "defaults to true" wording for allocation exclusion by @not-matthias

🧪 Testing

Install codspeed-runner 5.0.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v5.0.2/codspeed-runner-installer.sh | sh

Download codspeed-runner 5.0.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

v5.0.2-alpha.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 13:55
v5.0.2-alpha.1
916a1bd

Install codspeed-runner 5.0.2-alpha.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v5.0.2-alpha.1/codspeed-runner-installer.sh | sh

Download codspeed-runner 5.0.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

5.0.1 - 2026-07-29

Choose a tag to compare

@github-actions github-actions released this 29 Jul 10:33
v5.0.1
8b253c6

🚀 Highlights

More precise measurements by default

cycle-estimation is now enabled by default, giving more precise benchmark cycle estimation in Simulation mode. See docs.

New: allocation exclusion

Opt in to exclude-allocations to remove allocator time from benchmarks in Simulation mode and reduce variance. See docs.

samply-based profiler by default on Linux

The walltime profiler now uses samply on all OSes. Set CODSPEED_WALLTIME_PROFILER=perf to restore the previous behavior.

⚠️ Breaking changes

  • cycle-estimation is now enabled by default (see above)
  • The samply-based profiler is now the default on Linux; set CODSPEED_WALLTIME_PROFILER=perf to revert

Details

🚀 Features

🐛 Bug Fixes

💼 Other

🏗️ Refactor

🧪 Testing

⚙️ Internals

Install codspeed-runner 5.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-installer.sh | sh

Download codspeed-runner 5.0.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

v4.19.2-alpha.1

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:45
v4.19.2-alpha.1
19e0a48

Install codspeed-runner 4.19.2-alpha.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.2-alpha.1/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.19.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

memtrack-v1.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:37
memtrack-v1.4.0
bdd5040

Install memtrack 1.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/memtrack-v1.4.0/memtrack-installer.sh | sh

Download memtrack 1.4.0

File Platform Checksum
memtrack-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
memtrack-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum