Skip to content

Commit

Permalink
ci: Push results to benchmark branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Sep 16, 2024
1 parent cc6e0f5 commit 477c855
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,10 @@ jobs:
tool: 'jmh'
output-file-path: build/results/jmh/results.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: false
auto-push: true
gh-pages-branch: benchmark
alert-threshold: '200%'
comment-on-alert: true
fail-on-alert: true
alert-comment-cc-users: '@sya-ri'
summary-always: true
- name: Install SSH Client
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.BENCHMARK_DEPLOY_KEY }}
- name: Push benchmark result
run: git push 'git@github.com:sya-ri-bot/ktConfig-benchmark.git' gh-pages:gh-pages

0 comments on commit 477c855

Please sign in to comment.