1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-10 00:29:12 +02:00

Stop Benchmark Workflow from failing on alert (#2839)

* Update benchmark to not failure on alert

* update for testing

* revert

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This commit is contained in:
Tyler Helmuth 2022-04-20 12:32:46 -06:00 committed by GitHub
parent bcc5caa6fa
commit 5f51565cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,5 +29,5 @@ jobs:
output-file-path: output.txt
external-data-json-path: ./benchmarks/data.json
auto-push: false
fail-on-alert: true
fail-on-alert: false
alert-threshold: "400%"