Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ jobs:
commit-msg-append: '[ci skip]'
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
# Show alert with commit comment on detecting possible performance regression
# Timings on shared CI runners are too noisy for commit-to-commit alerts to be
# meaningful, so only record the data. Trends are tracked via the rendered charts
# published to the `gh-pages` branch.
alert-threshold: 200%
comment-on-alert: true
comment-on-alert: false
fail-on-alert: false
alert-comment-cc-users: '@giovannipizzi,@agoscinski,@GeigerJ2,@khsrali,@unkcpz'
if: github.event_name == 'push' && github.ref_name == 'main'
Loading