We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc7c26 commit 2f56c4fCopy full SHA for 2f56c4f
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.14
+ uses: Rubilmax/foundry-gas-diff@v3.15
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.6",
+ "version": "3.15.0",
4
"description": "Github Action reporting gas diff from Foundry gas reports",
5
"author": {
6
"name": "Romain (Rubilmax) Milon",
0 commit comments