Skip to content

Releases: CodSpeedHQ/action

v4.10.1

28 Jan 11:48
v4.10.1
df47568

Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

  • Initialize tracker before spawning sub-process by @not-matthias

🏗️ Refactor

⚙️ Internals

Install codspeed-runner 4.10.1

Install prebuilt binaries via shell script

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

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

Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md

Full Changelog: v4.10.0...v4.10.1

v4.10.0

27 Jan 12:16
v4.10.0
ac0b020

Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

🏗️ Refactor

⚙️ Internals

Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md

v4.8.2

21 Jan 15:13
v4.8.2
e736f0d

Choose a tag to compare

Release Notes

🐛 Bug Fixes

⚙️ Internals

  • chore: bump runner version to 4.8.2 by @github-actions[bot] in #174

Install codspeed-runner 4.8.2

Install prebuilt binaries via shell script

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

Download codspeed-runner 4.8.2

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

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: v4.8.1...v4.8.2

v4.8.1

21 Jan 14:03
v4.8.1
6c8ece5

Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

⚙️ Internals

  • chore: bump runner version to 4.8.1 by @github-actions[bot] in #173

Install codspeed-runner 4.8.1

Install prebuilt binaries via shell script

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

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

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: v4.8.0...v4.8.1

v4.8.0

20 Jan 10:48
v4.8.0
94b8856

Choose a tag to compare

Release Notes

It is now possible to do consecutive CodSpeed run in the same GitHub job. This will allow using multiple instruments without having to spawn another job 🎉

jobs:
  codspeed:
    ...
    steps:
      ...
      - name: Build benchmarks
        run: cargo codspeed build -m analysis

      - name: Run benchmarks
        uses: CodSpeedHQ/action@v4
        with:
          run: cargo codspeed run
          mode: "simulation"

      - name: Run memory benchmarks
        uses: CodSpeedHQ/action@v4
        with:
          run: cargo codspeed run
          mode: "memory"

🚀 Features

🐛 Bug Fixes

🏗️ Refactor

⚙️ Internals

Install codspeed-runner 4.8.0

Install prebuilt binaries via shell script

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

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

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: v4.7.0...v4.8.0

v4.7.0

13 Jan 13:35
v4.7.0
0700edb

Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

⚙️ Internals

Install codspeed-runner 4.7.0

Install prebuilt binaries via shell script

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

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

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: v4.5.2...v4.7.0

v4.5.2

02 Jan 10:11
v4.5.2
dbda711

Choose a tag to compare

Release Notes

🚀 Features

⚙️ Internals

  • Bump cargo dist to 0.30.3 by @art049
  • chore: bump runner version to 4.5.2 by @github-actions[bot] in #167

Install codspeed-runner 4.5.2

Install prebuilt binaries via shell script

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

Download codspeed-runner 4.5.2

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

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: v4.5.1...v4.5.2

v4.5.1

22 Dec 17:14
v4.5.1
972e343

Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

🏗️ Refactor

⚙️ Internals

Install codspeed-runner 4.5.1

Install prebuilt binaries via shell script

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

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

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: v4.4.1...v4.5.1

v4.4.1

21 Nov 15:00
v4.4.1
346a2d8

Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

  • Do not espace trailing newlines in logger by @fargito
  • Make multiline logs appear correctly in summary by @fargito in #162
  • Request OIDC token just before upload by @fargito
  • Update docs links to oidc by @fargito in #159

⚙️ Internals

  • feat: make use of allow-empty in the ci of this action by @GuillaumeLagrange in #158
  • chore: bump runner version to 4.4.1 by @github-actions[bot] in #159

Install codspeed-runner 4.4.1

Install prebuilt binaries via shell script

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

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

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: v4.4.0...v4.4.1

v4.4.0

19 Nov 11:01
v4.4.0
daf3e64

Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

📚 Documentation

  • docs: recommend OpenID Connect instead of static token by @fargito in #156

⚙️ Internals

  • chore: bump runner version to 4.4.0 by @github-actions[bot] in #157

Install codspeed-runner 4.4.0

Install prebuilt binaries via shell script

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

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

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: v4.3.4...v4.4.0