Update gas costs.

This commit is contained in:
chriseth 2021-04-21 16:44:32 +02:00
parent 314f361d07
commit ec4558a245
5 changed files with 11 additions and 11 deletions

View File

@ -17,9 +17,9 @@ contract C {
// optimize-yul: true
// ----
// creation:
// codeDepositCost: 664600
// executionCost: 696
// totalCost: 665296
// codeDepositCost: 681000
// executionCost: 715
// totalCost: 681715
// external:
// a(): 985
// b(uint256): 2052

View File

@ -27,9 +27,9 @@ contract Large {
// optimize-runs: 2
// ----
// creation:
// codeDepositCost: 256200
// codeDepositCost: 256400
// executionCost: 300
// totalCost: 256500
// totalCost: 256700
// external:
// a(): 983
// b(uint256): 2337

View File

@ -14,9 +14,9 @@ contract Medium {
// optimize-runs: 2
// ----
// creation:
// codeDepositCost: 146600
// codeDepositCost: 146800
// executionCost: 190
// totalCost: 146790
// totalCost: 146990
// external:
// a(): 983
// b(uint256): 2095

View File

@ -9,9 +9,9 @@ contract Small {
// optimize-runs: 2
// ----
// creation:
// codeDepositCost: 61800
// codeDepositCost: 62000
// executionCost: 111
// totalCost: 61911
// totalCost: 62111
// external:
// fallback: 118
// a(): 961

View File

@ -19,9 +19,9 @@ contract C {
// optimize-yul: true
// ----
// creation:
// codeDepositCost: 37000
// codeDepositCost: 37200
// executionCost: 87
// totalCost: 37087
// totalCost: 37287
// external:
// exp_neg_one(uint256): 1917
// exp_one(uint256): 1870