mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-28 21:09:17 +02:00
Enable benchmark summary for release (#5527)
It enables the job summary for triggered PRs. (it doesn't create a comment in PRs) Example: https://github.com/benchmark-action/github-action-benchmark/issues/159#issuecomment-1871746703 --------- Co-authored-by: Robert Pająk <pellared@hotmail.com>
This commit is contained in:
parent
39f38e7134
commit
b761af75f5
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user