Skip to content

Commit

Permalink
Add benchmark regression alert
Browse files Browse the repository at this point in the history
Not sure what's the appropriate value for the alert threshold, set it to
3% for now.

Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Nov 18, 2024
1 parent 78008a2 commit 33efd04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/bench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ runs:
output-file-path: output.json
github-token: ${{ inputs.gh_token }}
auto-push: true
comment-on-alert: true
summary-always: true
alert-threshold: 103%
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Bench
permissions:
contents: read
pull-requests: write
on:
workflow_dispatch:
push:
Expand Down

0 comments on commit 33efd04

Please sign in to comment.