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'