Skip to content

Commit fca7d07

Browse files
committed
increase alert-threshold
1 parent 1988894 commit fca7d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
tool: 'benchmarkdotnet'
3939
output-file-path: src/Benchmarks/BenchmarkDotNet.Artifacts/results/Combined.Benchmarks.json
4040
github-token: ${{ secrets.GITHUB_TOKEN }}
41-
alert-threshold: '101%'
41+
alert-threshold: '110%'
4242
comment-on-alert: true
4343
- name: Push benchmarks results
4444
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)