From a3f13c840d3aa7ae6f70d39f1b6338e0763774ef Mon Sep 17 00:00:00 2001 From: darrenge Date: Mon, 14 Oct 2024 15:49:02 -0700 Subject: [PATCH] Up threshold to 20% --- .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 f8b28207db..fbc934fdcc 100644 --- a/.github/workflows/ci-bdnbenchmark.yml +++ b/.github/workflows/ci-bdnbenchmark.yml @@ -85,7 +85,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: '10%' + alert-threshold: '20%' external-data-json-path: ./cache/benchmark-data.json comment-on-alert: true fail-on-alert: true