Skip to content

Commit

Permalink
test: update gas report (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Aug 22, 2023
1 parent 42c7d89 commit 5c0506f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/world/gas-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"file": "test/AccessControl.t.sol",
"test": "testAccessControl",
"name": "AccessControl: hasAccess (cold)",
"gasUsed": 14088
"gasUsed": 12746
},
{
"file": "test/AccessControl.t.sol",
"test": "testAccessControl",
"name": "AccessControl: hasAccess (warm, namespace only)",
"gasUsed": 4122
"gasUsed": 3451
},
{
"file": "test/AccessControl.t.sol",
"test": "testAccessControl",
"name": "AccessControl: hasAccess (warm)",
"gasUsed": 8121
"gasUsed": 6779
},
{
"file": "test/AccessControl.t.sol",
"test": "testRequireAccess",
"name": "AccessControl: requireAccess (cold)",
"gasUsed": 14131
"gasUsed": 12789
},
{
"file": "test/AccessControl.t.sol",
"test": "testRequireAccess",
"name": "AccessControl: requireAccess (warm)",
"gasUsed": 8137
"gasUsed": 6795
},
{
"file": "test/AccessControl.t.sol",
Expand Down

0 comments on commit 5c0506f

Please sign in to comment.