Skip to content

Commit

Permalink
Enable benchmark summary for release (#5527)
Browse files Browse the repository at this point in the history
It enables the job summary for triggered PRs. (it doesn't create a
comment in PRs) Example:
benchmark-action/github-action-benchmark#159 (comment)

---------

Co-authored-by: Robert Pająk <[email protected]>
  • Loading branch information
XSAM and pellared authored Jul 5, 2024
1 parent 39f38e7 commit b761af7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
gh-pages-branch: benchmarks
fail-on-alert: true
alert-threshold: "400%"
# Add benchmark summary to GitHub workflow run report
summary-always: true

0 comments on commit b761af7

Please sign in to comment.