-
Notifications
You must be signed in to change notification settings - Fork 2k
Gas snapshotting wishlist #137
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Whats left on this? Table formatting? |
I don't think any of this is done except gas for fuzzed tests? |
This one is arguably implemented as you can see gas usage by function in traces, as in #192 (comment), but a report/snapshots showing this would be nice to have Also I think flamegraphs should be added to this list, below is Tenderly's for reference @transmissions11 might be worth adding some checkboxes and editing it to link out to PRs once implemented. Mean and median gas on fuzz tests was added in #236 |
good idea, done. also added flamegraphs |
Backref #1795 |
Is there a place to show |
Close-able? @mds1 |
Closing in favor of #2056 |
Account for gas refunds! OG tools does not right now.
Don't include test call overhead in gas snapshots. OG tools includes some of the overhead rn:
-
--diff
flag that shows how much gas usage changed from the last snapshot- Gas snapshots for fuzz tests
related: dapphub/dapptools#761
The text was updated successfully, but these errors were encountered: