We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdca35 commit 60e763dCopy full SHA for 60e763d
README.md
@@ -51,7 +51,7 @@ jobs:
51
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}
52
53
- name: Compare gas reports
54
- uses: Rubilmax/foundry-gas-diff@v3.18
+ uses: Rubilmax/foundry-gas-diff@v3
55
with:
56
summaryQuantile: 0.9 # only display the 10% most significant gas diffs in the summary (defaults to 20%)
57
sortCriteria: avg,max # sort diff rows by criteria
0 commit comments