From 5f3a78cee2fddcd0c32a85239122eb953c171feb Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sun, 29 Jun 2025 11:06:31 +1200 Subject: [PATCH] ci: adjust benchmark alert/fail thresholds Alerts were too noisy. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7c1765..a028931 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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