Skip to content

Commit

Permalink
Bump rhysd/github-action-benchmark from 1.19.3 to 1.20.1
Browse files Browse the repository at this point in the history
Bumps [rhysd/github-action-benchmark](https://github.com/rhysd/github-action-benchmark) from 1.19.3 to 1.20.1.
- [Release notes](https://github.com/rhysd/github-action-benchmark/releases)
- [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md)
- [Commits](benchmark-action/github-action-benchmark@v1.19.3...v1.20.1)

---
updated-dependencies:
- dependency-name: rhysd/github-action-benchmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 4d7094d commit 4ca66af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
command: "pytest benchmarks/ --benchmark-json output.json"
- name: Analyse benchmark results for Pull Requests
uses: rhysd/github-action-benchmark@v1.19.3
uses: rhysd/github-action-benchmark@v1.20.1
if: ${{ github.ref != 'refs/heads/main' }}
with:
name: Matchbox performance benchmarks on Python ${{ matrix.python-version }}
Expand All @@ -40,7 +40,7 @@ jobs:
fail-on-alert: false
alert-comment-cc-users: '@fizyk'
- name: Store benchmark result for master branch
uses: rhysd/github-action-benchmark@v1.19.3
uses: rhysd/github-action-benchmark@v1.20.1
if: ${{ github.ref == 'refs/heads/main' }}
with:
name: Matchbox performance benchmarks on Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4ca66af

Please sign in to comment.