Skip to content

Commit

Permalink
update gas tests
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Mar 21, 2024
1 parent 8ae868b commit a465cbd
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions packages/store/gas-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,36 @@
"name": "Callbacks: push 1 element",
"gasUsed": 32402
},
{
"file": "test/EncodedLengths.t.sol",
"test": "testAtIndex",
"name": "get value at index of EncodedLengths",
"gasUsed": 24
},
{
"file": "test/EncodedLengths.t.sol",
"test": "testGas",
"name": "pack 1 length into EncodedLengths",
"gasUsed": 35
},
{
"file": "test/EncodedLengths.t.sol",
"test": "testGas",
"name": "pack 4 lengths into EncodedLengths",
"gasUsed": 169
},
{
"file": "test/EncodedLengths.t.sol",
"test": "testGas",
"name": "get total of EncodedLengths",
"gasUsed": 15
},
{
"file": "test/EncodedLengths.t.sol",
"test": "testSetAtIndex",
"name": "set value at index of EncodedLengths",
"gasUsed": 283
},
{
"file": "test/FieldLayout.t.sol",
"test": "testEncodeDecodeFieldLayout",
Expand Down Expand Up @@ -383,36 +413,6 @@
"name": "delete record from Mixed (internal, warm)",
"gasUsed": 7033
},
{
"file": "test/EncodedLengths.t.sol",
"test": "testAtIndex",
"name": "get value at index of EncodedLengths",
"gasUsed": 24
},
{
"file": "test/EncodedLengths.t.sol",
"test": "testGas",
"name": "pack 1 length into EncodedLengths",
"gasUsed": 35
},
{
"file": "test/EncodedLengths.t.sol",
"test": "testGas",
"name": "pack 4 lengths into EncodedLengths",
"gasUsed": 169
},
{
"file": "test/EncodedLengths.t.sol",
"test": "testGas",
"name": "get total of EncodedLengths",
"gasUsed": 15
},
{
"file": "test/EncodedLengths.t.sol",
"test": "testSetAtIndex",
"name": "set value at index of EncodedLengths",
"gasUsed": 283
},
{
"file": "test/ResourceId.t.sol",
"test": "testEncode",
Expand Down

0 comments on commit a465cbd

Please sign in to comment.