santiac89/Comment gas report from eth-gas-report
Parses the result file from "eth-gas-reporter" and creates a gas usage report in the PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The Github token for posting a comment on the PR. | no | — |
| report_file | The gas report file location generated by eth-gas-reporter inside the root project. | no | ./gasReporterOutput.json |
| contracts | The contracts names to report, used to filter other contracts from the report. | no | — |
Outputs
| name | description |
|---|---|
| parsed_gas_report | An array like structure containing min, max and avg gas usage of each contract method. |