CodSpeed Performance Analysis
Version updated for https://github.com/CodSpeedHQ/action to version v4.8.2.
- This action is used across all versions by 2,033 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The CodSpeed GitHub Action integrates CodSpeed benchmarking into CI workflows, automating the execution and reporting of performance benchmarks. It streamlines the process of running benchmarks, collecting performance data, and uploading results to CodSpeed for analysis, supporting various programming languages and tools through configurable settings. This action is particularly useful for developers seeking to incorporate performance monitoring and optimization into their continuous integration processes.
Release notes
Release Notes
🐛 Bug Fixes
- Check whether artifact contains any elements by @not-matthias in #204
⚙️ Internals
- chore: bump runner version to 4.8.2 by @github-actions[bot] in https://github.com/CodSpeedHQ/action/pull/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: https://github.com/CodSpeedHQ/action/compare/v4.8.1...v4.8.2