Skip to content

Commit b9ef287

Browse files
committed
commit benchmark results to master branch
1 parent a4cf50f commit b9ef287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Benchmark
3232
run: python3 benchmarks/GraphBLAS-sharp.Benchmarks/Scripts/Benchmark.py
33-
33+
3434
- name: Charts
3535
uses: rhysd/github-action-benchmark@v1
3636
with:
@@ -41,6 +41,6 @@ jobs:
4141
github-token: ${{ secrets._GITHUB_TOKEN }}
4242
# Push and deploy GitHub pages branch automatically
4343
auto-push: true
44-
gh-pages-branch: ${{ github.ref_name }}
44+
gh-pages-branch: master
4545
benchmark-data-dir-path: docs/benchmarks
46-
skip-fetch-gh-pages: true
46+
skip-fetch-gh-pages: true

0 commit comments

Comments
 (0)