Skip to content

Releases: CodSpeedHQ/codspeed

v4.16.2-alpha.1

14 May 20:19
v4.16.2-alpha.1
260d13d

Choose a tag to compare

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 | sh

Download 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

4.16.1 - 2026-05-13

13 May 03:03
v4.16.1
ae00939

Choose a tag to compare

Release Notes

🐛 Bug Fixes

⚙️ Internals

Install codspeed-runner 4.16.1

Install prebuilt binaries via shell script

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

Download codspeed-runner 4.16.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.16.0 - 2026-05-12

12 May 21:57
v4.16.0
e3dba09

Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

💼 Other

🏗️ Refactor

⚙️ Internals

Install codspeed-runner 4.16.0

Install prebuilt binaries via shell script

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

Download codspeed-runner 4.16.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.15.1 - 2026-05-06

06 May 08:50
v4.15.1
fd8701d

Choose a tag to compare

Release Notes

🚀 Features

⚙️ Internals

Install codspeed-runner 4.15.1

Install prebuilt binaries via shell script

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

Download codspeed-runner 4.15.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.15.0 - 2026-04-28

28 Apr 13:27
v4.15.0
c227c9f

Choose a tag to compare

Release Notes

This release adds first support for macOS walltime.

Please note that profiling and other instruments are not yet available on macOS and will come in a later update.

Minimum integration versions

🚀 Features

🧪 Testing

⚙️ Internals

Install codspeed-runner 4.15.0

Install prebuilt binaries via shell script

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

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

exec-harness-v1.3.0

28 Apr 13:20
exec-harness-v1.3.0
4c06061

Choose a tag to compare

Install exec-harness 1.3.0

Install prebuilt binaries via shell script

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

Download exec-harness 1.3.0

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

4.14.0 - 2026-04-17

17 Apr 10:34
v4.14.0
c702b66

Choose a tag to compare

Release Notes

We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.

This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.

Minimum integration versions

To support the runtime metadata collection, make sure to use at least the following versions:

🚀 Features

🐛 Bug Fixes

⚙️ Internals

Install codspeed-runner 4.14.0

Install prebuilt binaries via shell script

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

Download codspeed-runner 4.14.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.13.0 - 2026-03-26

26 Mar 15:14
v4.13.0
d3731f7

Choose a tag to compare

Release Notes

In this release we've added support for comparing a local run with another run using --base <runId>.

codspeed exec -m walltime --base 69c28bfa6e3ac6b1b416512f -- sleep 0.5

We also added codspeed status and codspeed update commands, and fixed the CWD behavior when invoking codspeed run -- <cmd> and codspeed exec -- <cmd> within a repo that has a codspeed.yml
Finally, we added support for a new experimental flag --experimental-fair-sched to have valgrind use the --fair-sched argument.

🚀 Features

🐛 Bug Fixes

🏗️ Refactor

⚙️ Internals

Install codspeed-runner 4.13.0

Install prebuilt binaries via shell script

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

Download codspeed-runner 4.13.0

File Platform 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.12.1 - 2026-03-20

20 Mar 14:40
v4.12.1
6e55caf

Choose a tag to compare

Release Notes

Fix a bug where memory profiling with codspeed exec for binaries that use statically-linked allocators (e.g. jemalloc in Rust). Previously, we reported incorrect memory usage because it didn't attach to the statically linked allocators.

⚙️ Internals

  • Bump memtrack version

Install codspeed-runner 4.12.1

Install prebuilt binaries via shell script

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

Download codspeed-runner 4.12.1

File Platform 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.2.3

20 Mar 14:37
memtrack-v1.2.3
424f4d1

Choose a tag to compare

Install memtrack 1.2.3

Install prebuilt binaries via shell script

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

Download memtrack 1.2.3

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