actions-marketplace-validations/Generate gas diff

Easily compare gas reports generated by foundry!

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe repository's github token.no${{ github.token }}
baseThe gas diff reference branch name.no${{ github.base_ref || github.ref_name }}
headThe gas diff target branch name.no${{ github.head_ref || github.ref_name }}
reportReport freshly generated to compare to reference.nogasreport.ansi
headerThe top section displayed in the markdown output.no# Changes to gas cost
summaryQuantileThe quantile threshold to filter avg gas cost diffs to display in the summary top section.no0.8
sortCriteriaThe list of criteria to order diff rows by in the report (name | min | avg | median | max | calls), separated by a comma. Must have the same length as sortOrders.noname
sortOrdersThe list of directions to order diff rows in the report, according to order criteria (asc | desc), separated by a comma. Must have the same length as sortCriteria.noasc
ignoreThe list of contract paths from which to ignore gas reports, separated by a comma.no
matchThe list of contract paths of which only to keep gas reports, separated by a comma.no
namedescription
shellThe gas diff between the base gas report and the freshly generated gas report, specifically formatted for shell display
markdownThe gas diff between the base gas report and the freshly generated gas report, specifically formatted for markdown display