ci: adjust benchmark alert/fail thresholds

Alerts were too noisy.
This commit is contained in:
Leroy Hopson 2025-06-29 11:06:31 +12:00
parent bd26137e78
commit 5f3a78cee2
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -406,7 +406,7 @@ jobs:
tool: "customSmallerIsBetter"
output-file-path: benchmark/results/all.json
external-data-json-path: ./cache/benchmark-data.json
alert-threshold: "20%"
alert-threshold: "120%"
fail-threshold: "200%"
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-on-alert: true