1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +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
+1 -1
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%"