Skip to content

⬆️ Update CodSpeedHQ/action action to v4.12.1#1450

Merged
edenhaus merged 1 commit into
devfrom
renovate/codspeedhq-action-4.x
Mar 25, 2026
Merged

⬆️ Update CodSpeedHQ/action action to v4.12.1#1450
edenhaus merged 1 commit into
devfrom
renovate/codspeedhq-action-4.x

Conversation

@renovate

@renovate renovate Bot commented Feb 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
CodSpeedHQ/action action minor v4.10.6v4.12.1

Release Notes

CodSpeedHQ/action (CodSpeedHQ/action)

v4.12.1

Compare Source

Release Notes

In this release, we've focused on improving the local user experience.
We've revamped the output of the cli to provide tailed logs while the benchmarks are being executed, and polished a bit the display of results after your run.

We also added support to run multiple modes in a single command invocation, both for local and CI runs!
For instance, that means you can now do
codspeed run --mode simulation --mode memory --mode walltime -- cargo codspeed run

Last but not least, you can now define entrypoints in your project config

# codspeed.yml
# List of commands that are run when running `codspeed run` without further arguments
benchmarks:
  - name: My ls command
    # Mutually exclusive with entrypoint
    # Expects a command that will run a benchmark for an arbitrary command
    exec: ls -al /usr/bin
   
  - name: My pytest-codspeed benchmark
    # Mutually exclusive with exec
    # Expects a command that will run a benchmark program that is using a codspeed integration
    entrypoint: pytest --codspeed src

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.

Details

🚀 Features
🐛 Bug Fixes
🏗️ Refactor
📚 Documentation
🧪 Testing
⚙️ Internals

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

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

Full Changelog: CodSpeedHQ/action@v4.11.1...v4.12.1

v4.11.1

Compare Source

Release Notes

🐛 Bug Fixes
⚙️ Internals

Install codspeed-runner 4.11.1

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.11.1/codspeed-runner-installer.sh | sh

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

What's Changed

Full Changelog: CodSpeedHQ/action@v4.11.0...v4.11.1

v4.11.0

Compare Source

Release Notes

🚀 Features
🐛 Bug Fixes
🏗️ Refactor
⚙️ Internals

Install codspeed-runner 4.11.0

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.11.0/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.11.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/codspeed/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.10.6...v4.11.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Feb 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.79%. Comparing base (b74ee9b) to head (1898e77).
⚠️ Report is 6 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1450   +/-   ##
=======================================
  Coverage   94.79%   94.79%           
=======================================
  Files         152      152           
  Lines        5974     5974           
  Branches      350      350           
=======================================
  Hits         5663     5663           
  Misses        249      249           
  Partials       62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq

codspeed-hq Bot commented Feb 23, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 113 untouched benchmarks


Comparing renovate/codspeedhq-action-4.x (1898e77) with dev (34a6f4e)1

Open in CodSpeed

Footnotes

  1. No successful run was found on dev (b74ee9b) during the generation of this report, so 34a6f4e was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@renovate renovate Bot changed the title ⬆️ Update CodSpeedHQ/action action to v4.11.0 ⬆️ Update CodSpeedHQ/action action to v4.11.1 Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/codspeedhq-action-4.x branch from 4a6797b to b3794d3 Compare March 5, 2026 19:07
@renovate renovate Bot changed the title ⬆️ Update CodSpeedHQ/action action to v4.11.1 ⬆️ Update CodSpeedHQ/action action to v4.12.1 Mar 20, 2026
@renovate renovate Bot force-pushed the renovate/codspeedhq-action-4.x branch from b3794d3 to a27df43 Compare March 20, 2026 18:02
@renovate renovate Bot force-pushed the renovate/codspeedhq-action-4.x branch from a27df43 to 1898e77 Compare March 23, 2026 09:35
@edenhaus edenhaus merged commit 54b9dfd into dev Mar 25, 2026
26 checks passed
@edenhaus edenhaus deleted the renovate/codspeedhq-action-4.x branch March 25, 2026 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant