From 7418b2eec52f6f379d066b73ad7d0d56af8fb620 Mon Sep 17 00:00:00 2001 From: darrenge Date: Wed, 16 Oct 2024 13:29:08 -0700 Subject: [PATCH] Bump threshold back to 140% --- .github/workflows/ci-bdnbenchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-bdnbenchmark.yml b/.github/workflows/ci-bdnbenchmark.yml index cbee4641d4..dc1025f8bd 100644 --- a/.github/workflows/ci-bdnbenchmark.yml +++ b/.github/workflows/ci-bdnbenchmark.yml @@ -78,7 +78,7 @@ jobs: tool: 'benchmarkdotnet' output-file-path: ./test/BDNPerfTests/BenchmarkDotNet.Artifacts/results/BDN.benchmark.${{ matrix.test }}-report-full-compressed.json github-token: ${{ secrets.GITHUB_TOKEN }} - alert-threshold: '130%' + alert-threshold: '140%' comment-on-alert: true fail-on-alert: true alert-comment-cc-users: '@darrenge'