cgewecke / hardhat-gas-reporter

Gas Usage Analytics for Hardhat
MIT License
404 stars 55 forks source link

Collect intrinsicGas for JSON output #224

Closed cgewecke closed 4 months ago

cgewecke commented 4 months ago

Adds intrinsicGas array to JSON output for each MethodDataItem entry.

Lets post-processors fine-tune what methods include intrinsic gas in their measurements or isolate the execution gas component for comparative analysis more easily.