Skip to content

Commit

Permalink
gas report
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Sep 15, 2023
1 parent 327d2c8 commit 8854d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/store/gas-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@
{
"file": "test/StoreCoreGas.t.sol",
"test": "testRegisterAndGetFieldLayout",
"name": "StoreCore: Register table",
"name": "StoreCore: register table",
"gasUsed": 620356
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/store/test/StoreCoreGas.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ contract StoreCoreGasTest is Test, GasReporter, StoreMock {
fieldNames[2] = "value3";
fieldNames[3] = "value4";

startGasReport("StoreCore: Register table");
startGasReport("StoreCore: register table");
StoreCore.registerTable(tableId, fieldLayout, keySchema, valueSchema, keyNames, fieldNames);
endGasReport();

Expand Down

0 comments on commit 8854d92

Please sign in to comment.