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 214b579 commit 5b582d0Copy full SHA for 5b582d0
.github/workflows/foundry-gas-diff.yml
@@ -35,7 +35,7 @@ jobs:
35
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}
36
37
- name: Compare gas reports
38
- uses: Rubilmax/foundry-gas-diff@v3.16
+ uses: Rubilmax/foundry-gas-diff@v3.21
39
with:
40
summaryQuantile: 0.9 # only display the 10% most significant gas diffs in the summary (defaults to 20%)
41
sortCriteria: avg,max # sort diff rows by criteria
0 commit comments