Below you will find pages that utilize the taxonomy term “CodSpeedHQ”
December 23, 2025
CodSpeed Performance Analysis
Version updated for https://github.com/CodSpeedHQ/action to version v4.5.1.
This action is used across all versions by 1,868 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The CodSpeed GitHub Action automates the process of running performance benchmarks using the CodSpeed platform within a CI/CD pipeline. It enables users to execute benchmarking commands, measure performance using various modes, and upload results to CodSpeed for analysis. This action simplifies performance monitoring and optimization by integrating seamlessly into CI workflows and supporting features like caching and instrument configurations.
November 21, 2025
CodSpeed Performance Analysis
Version updated for https://github.com/CodSpeedHQ/action to version v4.4.1.
This action is used across all versions by 1,717 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Release Notes 🚀 Features Display oidc as announcement by @fargito Add –allow-empty run option by @GuillaumeLagrange in #160 🐛 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 https://github.
November 19, 2025
CodSpeed Performance Analysis
Version updated for https://github.com/CodSpeedHQ/action to version v4.4.0.
This action is used across all versions by 1,710 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Release Notes 🚀 Features Add support for oidc token authentication by @fargito in #156 You can now use OIDC to authenticate your CodSpeed workflow and remove CODSPEED_TOKEN from your repositories secret! Learn more the authentication docs Accept simulation as runner mode by @GuillaumeLagrange in #152 Add a comment explaining why we do not check for emptiness in valgrind teardown by @GuillaumeLagrange in #157 Validate walltime results before uploading by @GuillaumeLagrange Import walltime_results from monorepo by @GuillaumeLagrange Accept both simulation and instrumentation as a mode input by @GuillaumeLagrange in https://github.
July 22, 2025
CodSpeed Performance Analysis
Version updated for https://github.com/CodSpeedHQ/action to version v3.8.0.
This action is used across all versions by 1,321 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed 🐛 Bug Fixes Adjust offset for symbols of module loaded at preferred base by @not-matthias in #97 Run with –scope to allow perf to trace the benchmark process by @not-matthias Run with bash to support complex scripts by @not-matthias Execute pre- and post-bench scripts for non-perf walltime runner by @not-matthias in #96 🏗️ Refactor Process memory mappings in separate function by @not-matthias ⚙️ Internals Add debug logs for perf.
July 8, 2025
CodSpeed Performance Analysis
Version updated for https://github.com/CodSpeedHQ/action to version v3.7.0.
This action is used across all versions by 1,247 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed 🚀 Features Add pre- and post-benchmark scripts by @not-matthias Add cli args for perf by @not-matthias in #94 🐛 Bug Fixes Forward environment to systemd-run cmd by @not-matthias Only panic in upload for non-existing integration by @not-matthias Multi-line commands in valgrind by @not-matthias Symlink libpython doesn’t work for statically linked python by @not-matthias in #89 Run perf with sudo; support systemd-run for non-perf walltime by @not-matthias Use correct path for unwind info by @not-matthias ⚙️ Internals Add executor tests by @not-matthias in #95 Add log to detect invalid origin url by @not-matthias Upgrade to edition 2024 by @not-matthias Add debug logs for proc maps by @not-matthias in #88 Enhance version resolution with ’latest’ support and flexible formats by @art049 in https://github.
July 7, 2025
CodSpeed Performance Analysis
Version updated for https://github.com/CodSpeedHQ/action to version v3.6.1.
This action is used across all versions by 1,244 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed 🚀 Features Allow setting upload url via env var for convenience by @GuillaumeLagrange in #85 Send unknown cpu_brand when it is not recognized by @adriencaccia Allow only running the benchmarks, and only uploading the results by @GuillaumeLagrange in #81 Install perf on setup by @not-matthias Add perf integration for python by @not-matthias Add perf integration for rust by @not-matthias Add fifo ipc by @not-matthias Use custom time formatting to be in line with the rest of CodSpeed by @GuillaumeLagrange in #77 Output information about benches after a local run by @GuillaumeLagrange in #76 Allow specifying oauth token through CLI by @GuillaumeLagrange in #75 Add option to output structured json by @GuillaumeLagrange in #74 Add flags to specify repository from CLI by @GuillaumeLagrange Improve error handling for valgrind by @not-matthias in #67 Handle local run failure by @adriencaccia in #71 Run benchmark with systemd (for optional cpu isolation) by @not-matthias in #86 🐛 Bug Fixes Persist logs when running with skip_upload by @GuillaumeLagrange in #84 Valgrind crash for unresolved libpython by @not-matthias in #82 Support trailing slash in origin url by @not-matthias in #83 Use bash to ensure correct behavior across systems by @not-matthias Fix test randomly failing due to other test run in parallel by @GuillaumeLagrange Check child status code after valgrind by @not-matthias in #72 Only show perf output at debug or trace level by @not-matthias in #87 ⚙️ Internals Dont use regex in perf map harvest by @not-matthias Switch to astral-sh/cargo-dist by @adriencaccia in #80 Full Changelog: https://github.
November 26, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v3.2.0.
This action is used across all versions by 573 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Release Notes 🚀 Features Implement gitlab ci provider by @fargito in #47 Add repository provider to upload metadata by @fargito Use system distribution id instead of name by @fargito 🏗️ Refactor Move sender out of ghdata by @fargito Rename provider to ci provider by @fargito Use string for runId by @fargito Improve string interpolation by @fargito ⚙️ Internals Configure git-cliff for changelog generation by @art049 Add rust settings by @fargito Associated runner release: https://github.
October 14, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v3.0.1.
This action is used across all versions by 475 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore: bump runner version to 3.0.1 by @github-actions in https://github.com/CodSpeedHQ/action/pull/115 chore: support ubuntu 24.04 Full Changelog: https://github.com/CodSpeedHQ/action/compare/v3.0.0...v3.0.1
July 26, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v3.0.0.
This action is used across all versions by 359 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore(ci): run ci on every pull request by @adriencaccia in https://github.com/CodSpeedHQ/runner/pull/23 feat/add codspeed cli by @adriencaccia in https://github.com/CodSpeedHQ/runner/pull/36 feat: bump rust toolchain by @adriencaccia in https://github.com/CodSpeedHQ/runner/pull/37 Check the runner release notes for more details.
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2...v3.0.0
July 12, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v2.4.3.
This action is used across all versions by 342 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore: bump runner version to 2.4.3 by @github-actions in https://github.com/CodSpeedHQ/action/pull/106 Check the runner release notes for more details.
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2.4.2...v2.4.3
June 15, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v2.4.2.
This action is used across all versions by 292 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore: update changelog with missing releases by @adriencaccia in https://github.com/CodSpeedHQ/action/pull/102 chore: bump runner version to 2.4.2 by @github-actions in https://github.com/CodSpeedHQ/action/pull/103 Check the runner release notes for more details.
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2.4.1...v2.4.2
April 30, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v2.4.1.
This action is used across all versions by 238 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore: bump runner version to 2.4.1 by @github-actions in https://github.com/CodSpeedHQ/action/pull/100 Check the runner release notes for more details.
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2.4.0...v2.4.1
April 27, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v2.4.0.
This action is used across all versions by 233 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore: bump runner version to 2.4.0 by @github-actions in https://github.com/CodSpeedHQ/action/pull/99 Check the runner release notes for more details.
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2.3.1...v2.4.0
April 24, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v2.3.1.
This action is used across all versions by 233 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore: bump runner version to 2.3.1 by @github-actions in https://github.com/CodSpeedHQ/action/pull/98 Check the runner release notes for more details.
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2.3.0...v2.3.1
March 22, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v2.3.0.
This action is used across all versions by 166 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore: bump runner version to 2.3.0 by @github-actions in https://github.com/CodSpeedHQ/action/pull/97 Check the runner release notes for more details.
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2.2.1...v2.3.0
February 23, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v2.2.1.
This action is used across all versions by 133 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s changed Bump CodSpeedHQ/runner to v2.2.1 Check the runner release notes for more details.
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2.2.0...v2.2.1
January 4, 2024
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v2.0.3.
This action is used across all versions by 101 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s changed fix: bump cargo-dist to remove broken pipe logs, see https://github.com/CodSpeedHQ/runner/pull/12, fixes #89 fix(uploader): handle error response when retrieving upload data, see https://github.com/CodSpeedHQ/runner/pull/11 Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2.0.2...v2.0.3
December 4, 2023
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v2.0.2.
This action is used across all versions by 82 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s changed fix: control the environment when running cargo-codspeed, by @adriencaccia in https://github.com/CodSpeedHQ/runner/pull/8 Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2.0.1...v2.0.2
December 1, 2023
CodSpeed Performance Analysis
Version updated for CodSpeedHQ/action to version v2.0.1.
This action is used across all versions by 80 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed fix/quiet installation by @adriencaccia in https://github.com/CodSpeedHQ/action/pull/87 Full Changelog: https://github.com/CodSpeedHQ/action/compare/v2.0.0...v2.0.1