LimeChain / etherlime

Dapp Development framework based on ethers.js
MIT License
185 stars 41 forks source link

Gas metrics for method calls and deployments #307

Open elenadimitrova opened 4 years ago

elenadimitrova commented 4 years ago

I understand the etherlime test --gas-report feature which reports back the gas costs per test, however a more advanced gas metrics report is needed which reports cost of method calls. https://github.com/cgewecke/eth-gas-reporter is brilliant but doesn't work natively with etherlime, perhaps either extend that or provide an alternative.

ochikov commented 4 years ago

Thank you. We are going to implement it in our future releases.