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.
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 withetherlime
, perhaps either extend that or provide an alternative.