Skip to content

⬆️ Update CodSpeedHQ/action action to v4.15.1#16

Open
renovatecommunity[bot] wants to merge 1 commit into
devfrom
renovate/codspeedhq-action-4.x
Open

⬆️ Update CodSpeedHQ/action action to v4.15.1#16
renovatecommunity[bot] wants to merge 1 commit into
devfrom
renovate/codspeedhq-action-4.x

Conversation

@renovatecommunity
Copy link
Copy Markdown

@renovatecommunity renovatecommunity Bot commented Mar 23, 2026

This PR contains the following updates:

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

Release Notes

CodSpeedHQ/action (CodSpeedHQ/action)

v4.15.1

Compare Source

Release Notes

🚀 Features
⚙️ Internals

Install codspeed-runner 4.15.1

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

Download codspeed-runner 4.15.1

File Platform Checksum
codspeed-runner-aarch64-apple-darwin.tar.gz Apple Silicon macOS 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.15.0...v4.15.1

v4.15.0

Compare Source

Release Notes

This release adds first support for macOS walltime.

Please note that profiling and other instruments are not yet available on macOS and will come in a later update.

Minimum integration versions
🚀 Features
🧪 Testing
⚙️ Internals

Install codspeed-runner 4.15.0

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

Download codspeed-runner 4.15.0

File Platform Checksum
codspeed-runner-aarch64-apple-darwin.tar.gz Apple Silicon macOS 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.14.0...v4.15.0

v4.14.0

Compare Source

Release Notes

We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.

This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.

Minimum integration versions

To support the runtime metadata collection, make sure to use at least the following versions:

🚀 Features
🐛 Bug Fixes
⚙️ Internals

Install codspeed-runner 4.14.0

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

Download codspeed-runner 4.14.0

File Platform Checksum
codspeed-runner-aarch64-apple-darwin.tar.gz Apple Silicon macOS 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.13.1...v4.14.0

v4.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: CodSpeedHQ/action@v4.13.0...v4.13.1

v4.13.0

Compare Source

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

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: (UTC)

  • 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 has been generated by Mend Renovate.

@renovatecommunity renovatecommunity Bot force-pushed the renovate/codspeedhq-action-4.x branch 3 times, most recently from c7144ef to a95517b Compare March 31, 2026 10:04
@renovatecommunity renovatecommunity Bot changed the title ⬆️ Update CodSpeedHQ/action action to v4.12.1 ⬆️ Update CodSpeedHQ/action action to v4.13.0 Mar 31, 2026
@renovatecommunity renovatecommunity Bot force-pushed the renovate/codspeedhq-action-4.x branch from a95517b to c0f6376 Compare April 8, 2026 11:01
@renovatecommunity renovatecommunity Bot changed the title ⬆️ Update CodSpeedHQ/action action to v4.13.0 ⬆️ Update CodSpeedHQ/action action to v4.13.1 Apr 8, 2026
@renovatecommunity renovatecommunity Bot force-pushed the renovate/codspeedhq-action-4.x branch from c0f6376 to 937efbf Compare April 20, 2026 09:03
@renovatecommunity renovatecommunity Bot changed the title ⬆️ Update CodSpeedHQ/action action to v4.13.1 ⬆️ Update CodSpeedHQ/action action to v4.14.0 Apr 20, 2026
@renovatecommunity renovatecommunity Bot force-pushed the renovate/codspeedhq-action-4.x branch from 937efbf to dd9dcf9 Compare April 28, 2026 15:06
@renovatecommunity renovatecommunity Bot changed the title ⬆️ Update CodSpeedHQ/action action to v4.14.0 ⬆️ Update CodSpeedHQ/action action to v4.15.0 Apr 28, 2026
@renovatecommunity renovatecommunity Bot force-pushed the renovate/codspeedhq-action-4.x branch from dd9dcf9 to ef524de Compare May 6, 2026 09:04
@renovatecommunity renovatecommunity Bot changed the title ⬆️ Update CodSpeedHQ/action action to v4.15.0 ⬆️ Update CodSpeedHQ/action action to v4.15.1 May 6, 2026
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.

0 participants