cgewecke / hardhat-gas-reporter

Gas Usage Analytics for Hardhat
MIT License
411 stars 57 forks source link

excludeAutoGeneratedGetters is *very* slow #220

Open cgewecke opened 6 months ago

cgewecke commented 6 months ago

On Zeppelin it's basically unusable - takes minutes to churn through their code.

Need to look at the solc generated AST / how stack traces is done and use that instead.