Skip to content

Commit

Permalink
CI: Enable alert in bench
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Sep 17, 2024
1 parent ca187a5 commit 7bdf97c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,17 @@ jobs:
tool: customSmallerIsBetter
output-file-path: /tmp/result-benchmark.json
external-data-json-path: ./cache/benchmark-data.json
#github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: false
#benchmark-data-dir-path: .github/pages/dev/bench
#gh-pages-branch: gh-pages
#auto-push: true
#comment-on-alert: true
#alert-comment-cc-users: "@yutkat"
# auto-push: true
comment-on-alert: true
alert-comment-cc-users: "@yutkat"
fail-on-alert: false
alert-threshold: "150%"
- name: find
run: find .
- uses: actions/upload-artifact@v4
with:
name: benchmark
Expand Down

0 comments on commit 7bdf97c

Please sign in to comment.