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 e0cdfee commit d33551aCopy full SHA for d33551a
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.13.5
+ uses: Rubilmax/foundry-gas-diff@v3.13.6
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
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "foundry-gas-diff",
3
- "version": "3.13.5",
+ "version": "3.13.6",
4
"description": "Github Action reporting gas diff from Foundry gas reports",
5
"author": {
6
"name": "Romain (Rubilmax) Milon",
0 commit comments