Skip to content

chore(deps): Bump CodSpeedHQ/action from 4.11.1 to 4.13.0 - #321

Merged
poljar merged 1 commit into
mainfrom
dependabot/github_actions/CodSpeedHQ/action-4.13.0
Apr 7, 2026
Merged

chore(deps): Bump CodSpeedHQ/action from 4.11.1 to 4.13.0#321
poljar merged 1 commit into
mainfrom
dependabot/github_actions/CodSpeedHQ/action-4.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Copy link
Copy Markdown
Contributor

Bumps CodSpeedHQ/action from 4.11.1 to 4.13.0.

Release notes

Sourced from CodSpeedHQ/action's releases.

v4.13.0

Release Notes

We added support for a new experimental flag --experimental-fair-sched to have valgrind use the --fair-sched argument.

Usage in the action:

      - name: Run the benchmarks
        uses: CodSpeedHQ/action@v4
        env:
          CODSPEED_EXPERIMENTAL_FAIR_SCHED: "true"
        with:
          run: cargo codspeed run # Replace with your command
          mode: simulation

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

v4.12.1

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

... (truncated)

Commits
  • d872884 Release v4.13.0 🚀
  • c179ec8 chore: bump runner version to 4.13.0 (#198)
  • 1c8ae48 Release v4.12.1 🚀
  • 2140cd8 chore: bump runner version to 4.12.1 (#196)
  • 3772632 fix: remove commas from cache key
  • 6c668ff docs: add documentation about multiple modes in a single run
  • f06cb96 chore: bump runner version to 4.12.0
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 7, 2026
@dependabot
dependabot Bot requested review from dkasak and poljar as code owners April 7, 2026 10:16
@codspeed-hq

codspeed-hq Bot commented Apr 7, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing dependabot/github_actions/CodSpeedHQ/action-4.13.0 (faabc06) with main (2228c6d)

Open in CodSpeed

@poljar
poljar enabled auto-merge (rebase) April 7, 2026 10:20
Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.11.1 to 4.13.0.
- [Release notes](https://github.com/codspeedhq/action/releases)
- [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
- [Commits](CodSpeedHQ/action@281164b...d872884)

---
updated-dependencies:
- dependency-name: CodSpeedHQ/action
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/CodSpeedHQ/action-4.13.0 branch from 0d2ec65 to faabc06 Compare April 7, 2026 10:25
@poljar
poljar merged commit 1d956db into main Apr 7, 2026
39 checks passed
@poljar
poljar deleted the dependabot/github_actions/CodSpeedHQ/action-4.13.0 branch April 7, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant