- [x] Account for gas refunds! OG tools does not right now. - [x] Don't include test call overhead in gas snapshots. OG tools includes some of the overhead rn: <img width="273" alt="Screen Shot 2021-11-16 at 4 42 42 PM" src="https://user-images.githubusercontent.com/26209401/142088659-4b91d86e-74bb-4d3f-8ade-5c80cb7a4772.png"> <img width="187" alt="Screen Shot 2021-11-16 at 4 42 21 PM" src="https://user-images.githubusercontent.com/26209401/142088629-e6c8d57e-604c-4499-9dea-60e7bb03fe1d.png"> - [x] - `--diff` flag that shows how much gas usage changed from the last snapshot - Summarizes % change of aggregated gas usage across all test funcs - Leaderboard for which tests' gas usage changed the most (by %). - Show gas units diff and % diff - [x] - Gas snapshots for fuzz tests - [x] Median & mean - [ ] Gas usage per range of inputs like: ``` testAddThatExitsEarlyOnLargeNumbers(100-500) = ~5000 gas testAddThatExitsEarlyOnLargeNumbers(500+) = ~100 gas ``` - [x] Breakdown of not only gas usage of tests but gas usage of **functions the tests call** like hardhat-gas-reporter  related: https://github.com/dapphub/dapptools/issues/761 - [ ] flamegraphs like tenderly 
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:
-
--diffflag that shows how much gas usage changed from the last snapshot- Gas snapshots for fuzz tests
related: dapphub/dapptools#761