noir-lang/Generate gas diff
Easily compare circuit size reports generated by Nargo!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The repository's github token. | no | ${{ github.token }} |
| base | The gates diff reference branch name. | no | ${{ github.base_ref || github.ref_name }} |
| head | The gates diff target branch name. | no | ${{ github.head_ref || github.ref_name }} |
| report | Report freshly generated to compare to reference. | no | gates_report.json |
| header | The top section displayed in the markdown output. | no | # Changes to circuit sizes |
| summaryQuantile | The quantile threshold to filter avg gas cost diffs to display in the summary top section. | no | 0.8 |
| brillig_report | States whether we want to generate a report of ACIR opcodes or Brillig opcodes. | — | false |
| brillig_report_bytes | States whether the Brillig report is done with bytecode sizes rather than opcodes. | — | false |
Outputs
| name | description |
|---|---|
| shell | The gates diff between the base gates report and the freshly generated gates report, specifically formatted for shell display |
| markdown | The gates diff between the base gates report and the freshly generated gates report, specifically formatted for markdown display |