Skip to content

Commit

Permalink
[chore] disable writing benchmark results for now (#7967)
Browse files Browse the repository at this point in the history
Doing this will require a write token, to be able to update the branch.
Will attempt to re-enable this once renovabot permissions are sorted out

---------

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Jun 27, 2023
1 parent 37ab4f6 commit 04f889b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
- name: Run benchmark
run: make gobenchmark

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'go'
output-file-path: benchmarks.txt
gh-pages-branch: gh-pages
auto-push: true
github-token: ${{ secrets.GITHUB_TOKEN }}
benchmark-data-dir-path: "docs/dev/bench"
# Disabling until fine-grained permissions token enabled for the
# repository
#- name: Store benchmark result
# uses: benchmark-action/github-action-benchmark@v1
# with:
# tool: 'go'
# output-file-path: benchmarks.txt
# gh-pages-branch: gh-pages
# auto-push: true
# github-token: ${{ secrets.GITHUB_TOKEN }}
# benchmark-data-dir-path: "docs/dev/bench"

0 comments on commit 04f889b

Please sign in to comment.