From d5a50adf09854449dcc7346a8300e50132190d17 Mon Sep 17 00:00:00 2001 From: Ivan Maximov Date: Sun, 24 Mar 2024 11:44:55 +0300 Subject: [PATCH] 1 --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index e110b23..8ff0130 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -38,7 +38,7 @@ jobs: tool: 'benchmarkdotnet' output-file-path: src/Benchmarks/BenchmarkDotNet.Artifacts/results/Combined.Benchmarks.json github-token: ${{ secrets.GITHUB_TOKEN }} - alert-threshold: '110%' + alert-threshold: '130%' comment-on-alert: true - name: Push benchmarks results if: github.event_name != 'pull_request'