Skip to content

Commit

Permalink
Tune benchmarks (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r authored Jan 9, 2024
1 parent 8d92080 commit a3707ea
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
@@ -1,3 +1,4 @@
# https://github.com/benchmark-action/github-action-benchmark
name: Continuous benchmarking
on:
pull_request:
Expand Down Expand Up @@ -39,7 +40,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
alert-threshold: '101%'
comment-on-alert: true
fail-on-alert: true
- name: Push benchmarks results
if: github.event_name != 'pull_request'
run: git push 'https://sungam3r:${{ secrets.GITHUB_TOKEN }}@github.com/sungam3r/SteroidsDI.git' gh-pages:gh-pages
run: git push 'https://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git' gh-pages:gh-pages

0 comments on commit a3707ea

Please sign in to comment.