Skip to content

Commit

Permalink
github: action: Increase threashhold to 130
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin authored and patrickelectric committed Nov 10, 2023
1 parent a1fb50a commit 6fa52ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
tool: 'cargo'
output-file-path: output.txt
summary-always: true
alert-threshold: "110%"
alert-threshold: "130%"
fail-on-alert: true
external-data-json-path: ./cache/benchmark-data.json
skip-fetch-gh-pages: "true"
Expand Down

0 comments on commit 6fa52ec

Please sign in to comment.