Skip to content

Commit

Permalink
update gas report
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Mar 10, 2024
1 parent 8202912 commit b836ed6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions packages/store/gas-report.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
[
{
"file": "test/Bytes.t.sol",
"test": "testSetBytes4Memory",
"name": "set bytes4 in bytes memory",
"gasUsed": 37
"test": "testGetBytes3",
"name": "get bytes3 with offset 1",
"gasUsed": 13
},
{
"file": "test/Bytes.t.sol",
"test": "testSlice32",
"name": "slice bytes32 with offset 10",
"test": "testGetBytes32",
"name": "get bytes32 with offset 10",
"gasUsed": 13
},
{
"file": "test/Bytes.t.sol",
"test": "testSetBytes4Memory",
"name": "set bytes4 in bytes memory",
"gasUsed": 37
},
{
"file": "test/Callbacks.t.sol",
"test": "testSetAndGet",
Expand Down

0 comments on commit b836ed6

Please sign in to comment.