Skip to content

Commit 1383c95

Browse files
authored
Merge pull request #698 from fizyk/update-benchmark-action
Update benchmark action to newer location
2 parents 7b0b343 + 3513f01 commit 1383c95

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
command: "pytest benchmarks/ --benchmark-json output.json"
2727
- name: Analyse benchmark results for Pull Requests
28-
uses: rhysd/github-action-benchmark@v1.20.4
28+
uses: benchmark-action/github-action-benchmark@v1.20.4
2929
if: ${{ github.ref != 'refs/heads/main' }}
3030
with:
3131
name: Matchbox performance benchmarks on Python ${{ matrix.python-version }}
@@ -40,14 +40,15 @@ jobs:
4040
fail-on-alert: false
4141
alert-comment-cc-users: '@fizyk'
4242
- name: Store benchmark result for master branch
43-
uses: rhysd/github-action-benchmark@v1.20.4
43+
uses: benchmark-action/github-action-benchmark@v1.20.4
4444
if: ${{ github.ref == 'refs/heads/main' }}
4545
with:
4646
name: Matchbox performance benchmarks on Python ${{ matrix.python-version }}
4747
tool: 'pytest'
4848
output-file-path: output.json
4949
# # Use personal access token instead of GITHUB_TOKEN due to https://github.community/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/false
5050
# github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
51+
max-items-in-chart: 100
5152
github-token: ${{ secrets.GITHUB_TOKEN }}
5253
auto-push: true
5354
benchmark-data-dir-path: benchmarks

newsfragments/+95cd6308.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update benchmark action to newer location

0 commit comments

Comments
 (0)