Skip to content

Commit 8981e2f

Browse files
authored
fix(gas snapshot format): detail symbol meaning (#28)
provide more context for symbolic output from gas runner in forge
1 parent 97aaae2 commit 8981e2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ FooTest:testSetFoo() (gas: 64071)
216216
BarTest:testFuzzCurrentBar(uint256) (runs: 256, μ: 408, ~: 423)
217217
```
218218

219+
runs: {runs}, μ: {mean_gas}, ~: {median_gas})
220+
219221
<!-- TOC --><a name="json-schema-definition"></a>
220222
### JSON-Schema definition
221223

0 commit comments

Comments
 (0)