Skip to content

Commit

Permalink
chore(deps): update benchmark-action/github-action-benchmark action t…
Browse files Browse the repository at this point in the history
…o v1.20.3 (#5381)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[benchmark-action/github-action-benchmark](https://togithub.com/benchmark-action/github-action-benchmark)
| action | patch | `v1.20.1` -> `v1.20.3` |

---

### Release Notes

<details>
<summary>benchmark-action/github-action-benchmark
(benchmark-action/github-action-benchmark)</summary>

###
[`v1.20.3`](https://togithub.com/benchmark-action/github-action-benchmark/blob/HEAD/CHANGELOG.md#v1203---19-May-2024)

[Compare
Source](https://togithub.com/benchmark-action/github-action-benchmark/compare/v1.20.2...v1.20.3)

- **fix** Catch2 v.3.5.0 changed output format
([#&#8203;247](https://togithub.com/benchmark-action/github-action-benchmark/issues/247))

###
[`v1.20.2`](https://togithub.com/benchmark-action/github-action-benchmark/blob/HEAD/CHANGELOG.md#v1202---19-May-2024)

[Compare
Source](https://togithub.com/benchmark-action/github-action-benchmark/compare/v1.20.1...v1.20.2)

- **fix** Support sub-nanosecond precision on Cargo benchmarks
([#&#8203;246](https://togithub.com/benchmark-action/github-action-benchmark/issues/246))

</details>

---

### Configuration

📅 **Schedule**: 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 becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 21, 2024
1 parent 8c3120f commit 7aae7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: ./benchmarks
key: ${{ runner.os }}-benchmark
- name: Store benchmarks result
uses: benchmark-action/github-action-benchmark@v1.20.1
uses: benchmark-action/github-action-benchmark@v1.20.3
with:
name: Benchmarks
tool: 'go'
Expand Down

0 comments on commit 7aae7a8

Please sign in to comment.