Skip to content

4.0.0 - 2025-09-01

Choose a tag to compare

@github-actions github-actions released this 01 Sep 16:13
v4.0.0
2cd4512

Release Notes

💥 BREAKING

It's now required to explicitly set the runner mode to instrumentation or walltime using either:

  • the --mode CLI argument
  • or the CODSPEED_RUNNER_MODE environment variable

Tip

Before, this variable was automatically set to instrumentation on every runner except for CodSpeed macro runners where it was set to walltime by default.

Details

🚀 Features

🐛 Bug Fixes

🏗️ Refactor

⚙️ Internals

Install codspeed-runner 4.0.0

Install prebuilt binaries via shell script

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

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