noir-lang/Generate gas diff

Easily compare circuit size reports generated by Nargo!

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenThe repository's github token.no${{ github.token }}
baseThe gates diff reference branch name.no${{ github.base_ref || github.ref_name }}
headThe gates diff target branch name.no${{ github.head_ref || github.ref_name }}
reportReport freshly generated to compare to reference.nogates_report.json
headerThe top section displayed in the markdown output.no# Changes to circuit sizes
summaryQuantileThe quantile threshold to filter avg gas cost diffs to display in the summary top section.no0.8
brillig_reportStates whether we want to generate a report of ACIR opcodes or Brillig opcodes.false
brillig_report_bytesStates whether the Brillig report is done with bytecode sizes rather than opcodes.false
namedescription
shellThe gates diff between the base gates report and the freshly generated gates report, specifically formatted for shell display
markdownThe gates diff between the base gates report and the freshly generated gates report, specifically formatted for markdown display