chore(deps): bump CodSpeedHQ/action from 4.11.1 to 4.12.1 in the github-actions group
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(3 months ago)
(3 months ago)
dependencies github_actions minor
Bumps the github-actions group with 1 update: CodSpeedHQ/action.
Updates CodSpeedHQ/action from 4.11.1 to 4.12.1
Release notes
Sourced from CodSpeedHQ/action's releases.
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 docodspeed run --mode simulation --mode memory --mode walltime -- cargo codspeed runLast but not least, you can now define
entrypointsin 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 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
- Set NODE_OPTIONS to get perf map from node by
@​GuillaumeLagrangein #267- Disable node instrospection for exec-harness by
@​GuillaumeLagrange- Support CODSPEED_MEMTRACK_BINARIES for static allocator discovery by
@​not-matthias- Gracefully handle logs from the runner while rolling buffer is active by
@​GuillaumeLagrange- Add
--show-full-outputto bypass the new rolling buffer by@​GuillaumeLagrange- Add a spinner while waiting for results by
@​GuillaumeLagrange- Clean up group headers and emoji usage, make the executor title not dim after run by
@​GuillaumeLagrange- Add rolling buffer to display logs from executors by
@​GuillaumeLagrange- Polish impact reporting and upload feedback by
@​art049- Add color-coded metrics to benchmark result tables by
@​art049- Enhance local logger with richer visual hierarchy by
@​art049- Style the ASCII banner with CodSpeed orange by
@​GuillaumeLagrange- Enforce CodSpeed CLI as single source of truth for all measurements by
@​art049- Add optimize and setup-harness skills by
@​art049- Add the cursor plugin by
@​art049- Check if user is logged in before doing a local run by
@​GuillaumeLagrangein #263- Skip respository resolve with
--skip-uploadby@​GuillaumeLagrange- Use an enum and fix schema for entry/entrypoint by
@​GuillaumeLagrangein #260
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
CodSpeedHQ/action
actions
4.11.1 → 4.12.1
Minor
the github-actions group
Technical Details
| ID: | 14773055 |
| UUID: | 4117962258 |
| Node ID: | PR_kwDOHO5tnc7MjyGp |
| Host: | GitHub |
| Repository: | commit-check/commit-check |