Skip to content

Commit

Permalink
chore: gas-report
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1a committed Mar 31, 2023
1 parent 5c45966 commit 38597b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/world/gas-report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
(test/World.t.sol) | Register a root function selector [bytes4 functionSelector = world.registerRootFunctionSelector(namespace, file, worldFunc, sysFunc)]: 96384
(test/World.t.sol) | Register a new table in the namespace [bytes32 tableSelector = world.registerTable(namespace, table, schema, defaultKeySchema)]: 252912
(test/World.t.sol) | Write data to a table field [world.setField(namespace, file, singletonKey, 0, abi.encodePacked(true))]: 44816
(test/World.t.sol) | Set metadata [world.setMetadata(namespace, file, tableName, fieldNames)]: 277486
(test/World.t.sol) | Set metadata [world.setMetadata(namespace, file, tableName, fieldNames)]: 277470
(test/World.t.sol) | Write data to the table [Bool.set(world, tableId, true)]: 42697

0 comments on commit 38597b1

Please sign in to comment.