Skip to content

Commit

Permalink
fix(gas snapshot format): detail symbol meaning
Browse files Browse the repository at this point in the history
provide more context for symbolic output from gas runner in forge
  • Loading branch information
sambacha authored May 9, 2024
1 parent 97aaae2 commit 7a3880a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ FooTest:testSetFoo() (gas: 64071)
BarTest:testFuzzCurrentBar(uint256) (runs: 256, μ: 408, ~: 423)
```

runs: {runs}, μ: {mean_gas}, ~: {median_gas})

<!-- TOC --><a name="json-schema-definition"></a>
### JSON-Schema definition

Expand Down

0 comments on commit 7a3880a

Please sign in to comment.