-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump rhysd/github-action-benchmark from 1.19.2 to 1.19.3
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].2 | ||
uses: rhysd/[email protected].3 | ||
if: ${{ github.ref != 'refs/heads/main' }} | ||
with: | ||
name: Matchbox performance benchmarks on Python ${{ matrix.python-version }} | ||
|
@@ -40,7 +40,7 @@ jobs: | |
fail-on-alert: false | ||
alert-comment-cc-users: '@fizyk' | ||
- name: Store benchmark result for master branch | ||
uses: rhysd/[email protected].2 | ||
uses: rhysd/[email protected].3 | ||
if: ${{ github.ref == 'refs/heads/main' }} | ||
with: | ||
name: Matchbox performance benchmarks on Python ${{ matrix.python-version }} | ||
|