Skip to content

Commit

Permalink
Bump rhysd/github-action-benchmark from 1.20.3 to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
merger-application[bot] authored Oct 28, 2024
2 parents 990fe80 + 7a054a4 commit 882ec06
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.20.3
uses: rhysd/github-action-benchmark@v1.20.4
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.20.3
uses: rhysd/github-action-benchmark@v1.20.4
if: ${{ github.ref == 'refs/heads/main' }}
with:
name: Matchbox performance benchmarks on Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 882ec06

Please sign in to comment.