-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 8fe22b6
authored
chore(deps): update codspeedhq/action action to v3.7.0 (#57)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) |
action | minor | `v3.5.0` -> `v3.7.0` |
---
### Release Notes
<details>
<summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary>
###
[`v3.7.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.7.0)
[Compare
Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.6.1...v3.7.0)
#### What's Changed
##### <!-- 0 -->🚀 Features
- Add pre- and post-benchmark scripts by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Add cli args for perf by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​94](https://redirect.github.com/CodSpeedHQ/runner/pull/94)
##### <!-- 1 -->🐛 Bug Fixes
- Forward environment to systemd-run cmd by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Only panic in upload for non-existing integration by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Multi-line commands in valgrind by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Symlink libpython doesn't work for statically linked python by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​89](https://redirect.github.com/CodSpeedHQ/runner/pull/89)
- Run perf with sudo; support systemd-run for non-perf walltime by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Use correct path for unwind info by
[@​not-matthias](https://redirect.github.com/not-matthias)
##### <!-- 7 -->⚙️ Internals
- Add executor tests by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​95](https://redirect.github.com/CodSpeedHQ/runner/pull/95)
- Add log to detect invalid origin url by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Upgrade to edition 2024 by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Add debug logs for proc maps by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​88](https://redirect.github.com/CodSpeedHQ/runner/pull/88)
- Enhance version resolution with 'latest' support and flexible formats
by [@​art049](https://redirect.github.com/art049) in
[https://github.com/CodSpeedHQ/action/pull/132](https://redirect.github.com/CodSpeedHQ/action/pull/132)
**Full Changelog**:
CodSpeedHQ/action@v3.6.1...v3.7.0
**Full Runner Changelog**:
https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md
###
[`v3.6.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.6.1)
[Compare
Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.5.0...v3.6.1)
#### What's Changed
##### <!-- 0 -->🚀 Features
- Allow setting upload url via env var for convenience by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​85](https://redirect.github.com/CodSpeedHQ/runner/pull/85)
- Send unknown cpu\_brand when it is not recognized by
[@​adriencaccia](https://redirect.github.com/adriencaccia)
- Allow only running the benchmarks, and only uploading the results by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​81](https://redirect.github.com/CodSpeedHQ/runner/pull/81)
- Install perf on setup by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Add perf integration for python by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Add perf integration for rust by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Add fifo ipc by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Use custom time formatting to be in line with the rest of CodSpeed by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​77](https://redirect.github.com/CodSpeedHQ/runner/pull/77)
- Output information about benches after a local run by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​76](https://redirect.github.com/CodSpeedHQ/runner/pull/76)
- Allow specifying oauth token through CLI by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​75](https://redirect.github.com/CodSpeedHQ/runner/pull/75)
- Add option to output structured json by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​74](https://redirect.github.com/CodSpeedHQ/runner/pull/74)
- Add flags to specify repository from CLI by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
- Improve error handling for valgrind by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​67](https://redirect.github.com/CodSpeedHQ/runner/pull/67)
- Handle local run failure by
[@​adriencaccia](https://redirect.github.com/adriencaccia) in
[#​71](https://redirect.github.com/CodSpeedHQ/runner/pull/71)
- Run benchmark with systemd (for optional cpu isolation) by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​86](https://redirect.github.com/CodSpeedHQ/runner/pull/86)
##### <!-- 1 -->🐛 Bug Fixes
- Persist logs when running with skip\_upload by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​84](https://redirect.github.com/CodSpeedHQ/runner/pull/84)
- Valgrind crash for unresolved libpython by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​82](https://redirect.github.com/CodSpeedHQ/runner/pull/82)
- Support trailing slash in origin url by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​83](https://redirect.github.com/CodSpeedHQ/runner/pull/83)
- Use bash to ensure correct behavior across systems by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Fix test randomly failing due to other test run in parallel by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
- Check child status code after valgrind by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​72](https://redirect.github.com/CodSpeedHQ/runner/pull/72)
- Only show perf output at debug or trace level by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​87](https://redirect.github.com/CodSpeedHQ/runner/pull/87)
##### <!-- 7 -->⚙️ Internals
- Dont use regex in perf map harvest by
[@​not-matthias](https://redirect.github.com/not-matthias)
- Switch to astral-sh/cargo-dist by
[@​adriencaccia](https://redirect.github.com/adriencaccia) in
[#​80](https://redirect.github.com/CodSpeedHQ/runner/pull/80)
**Full Changelog**:
CodSpeedHQ/action@v3.5.0...v3.6.1
**Full Runner Changelog**:
https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/oxc-project/json-strip-comments).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4e21a11 commit 8fe22b6Copy full SHA for 8fe22b6
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- .github/workflows
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: .github/workflows/benchmark.yml
.github/workflows/benchmark.yml
Copy file name to clipboardExpand all lines: .github/workflows/benchmark.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
0 commit comments