diff --git a/packages/store/gas-report.json b/packages/store/gas-report.json index 7ed0565ef7..e4ba19f8c0 100644 --- a/packages/store/gas-report.json +++ b/packages/store/gas-report.json @@ -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", @@ -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",