Skip to content

Commit

Permalink
chore: add a lenient failure threshold to jmh benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed May 8, 2024
1 parent 478dd4d commit 11c1173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ jobs:
with:
jmh-output-path: build/reports/jmh/results.json
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-regression: true
failure-threshold: -5

verify-plugin:
name: "Verify Plugin"
Expand Down

0 comments on commit 11c1173

Please sign in to comment.