⬆️ Update CodSpeedHQ/action action to v4.15.1#16
Open
renovatecommunity[bot] wants to merge 1 commit into
Open
Conversation
c7144ef to
a95517b
Compare
a95517b to
c0f6376
Compare
c0f6376 to
937efbf
Compare
937efbf to
dd9dcf9
Compare
dd9dcf9 to
ef524de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.10.6→v4.15.1Release Notes
CodSpeedHQ/action (CodSpeedHQ/action)
v4.15.1Compare Source
Release Notes
🚀 Features
⚙️ Internals
Install codspeed-runner 4.15.1
Install prebuilt binaries via shell script
Download codspeed-runner 4.15.1
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.15.0...v4.15.1
v4.15.0Compare 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
pytest-codspeedv4.5.0codspeed-rustv4.6.0codspeed-cppv2.3.0codspeed-gov1.2.0codspeed-nodev5.4.0🚀 Features
--with-tokenflag to read token from stdin by @fargito in #313🧪 Testing
⚙️ Internals
Install codspeed-runner 4.15.0
Install prebuilt binaries via shell script
Download codspeed-runner 4.15.0
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.14.0...v4.15.0
v4.14.0Compare 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:
pytest-codspeedv4.4.0codspeed-rustv4.5.0codspeed-cppv2.2.0codspeed-gov1.1.0codspeed-nodev5.3.0🚀 Features
🐛 Bug Fixes
⚙️ Internals
Install codspeed-runner 4.14.0
Install prebuilt binaries via shell script
Download codspeed-runner 4.14.0
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.13.1...v4.14.0
v4.13.1Compare Source
What's Changed
New Contributors
Full Changelog: CodSpeedHQ/action@v4.13.0...v4.13.1
v4.13.0Compare Source
Release Notes
We added support for a new experimental flag
--experimental-fair-schedto have valgrind use the--fair-schedargument.Usage in the action:
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
v4.12.1Compare 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 runLast but not least, you can now define
entrypointsin your project configFix a bug where memory profiling with
codspeed execfor 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
--show-full-outputto bypass the new rolling buffer by @GuillaumeLagrange--skip-uploadby @GuillaumeLagrange🐛 Bug Fixes
go testby @GuillaumeLagrange in #269🏗️ Refactor
📚 Documentation
🧪 Testing
⚙️ Internals
Install codspeed-runner 4.12.1
Install prebuilt binaries via shell script
Download codspeed-runner 4.12.1
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.11.1...v4.12.1
v4.11.1Compare Source
Release Notes
🐛 Bug Fixes
curl --fail-with-bodyand removejqdependency by @GuillaumeLagrange in #193⚙️ Internals
Install codspeed-runner 4.11.1
Install prebuilt binaries via shell script
Download codspeed-runner 4.11.1
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.0Compare Source
Release Notes
🚀 Features
GITHUB_ACTIONSis not set by @GuillaumeLagrange🐛 Bug Fixes
🏗️ Refactor
⚙️ Internals
Install codspeed-runner 4.11.0
Install prebuilt binaries via shell script
Download codspeed-runner 4.11.0
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)
🚦 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.
This PR has been generated by Mend Renovate.