Update gas costs.

This commit is contained in:
chriseth 2020-10-13 18:49:50 +02:00
parent 60af9d24ff
commit 6d3528b4a7
8 changed files with 24 additions and 24 deletions

View File

@ -14,9 +14,9 @@ contract C {
}
// ----
// creation:
// codeDepositCost: 1107400
// executionCost: 1154
// totalCost: 1108554
// codeDepositCost: 1116400
// executionCost: 1160
// totalCost: 1117560
// external:
// a(): 1130
// b(uint256): infinite

View File

@ -17,9 +17,9 @@ contract C {
// optimize-yul: true
// ----
// creation:
// codeDepositCost: 605000
// executionCost: 638
// totalCost: 605638
// codeDepositCost: 615400
// executionCost: 651
// totalCost: 616051
// external:
// a(): 1029
// b(uint256): 2084

View File

@ -24,9 +24,9 @@ contract Large {
}
// ----
// creation:
// codeDepositCost: 637600
// executionCost: 670
// totalCost: 638270
// codeDepositCost: 961600
// executionCost: 1001
// totalCost: 962601
// external:
// a(): 1051
// b(uint256): 2046

View File

@ -27,9 +27,9 @@ contract Large {
// optimize-runs: 2
// ----
// creation:
// codeDepositCost: 261200
// executionCost: 300
// totalCost: 261500
// codeDepositCost: 301200
// executionCost: 343
// totalCost: 301543
// external:
// a(): 998
// b(uint256): 2305

View File

@ -11,9 +11,9 @@ contract Medium {
}
// ----
// creation:
// codeDepositCost: 253800
// executionCost: 294
// totalCost: 254094
// codeDepositCost: 361800
// executionCost: 399
// totalCost: 362199
// external:
// a(): 1028
// b(uint256): 2046

View File

@ -14,9 +14,9 @@ contract Medium {
// optimize-runs: 2
// ----
// creation:
// codeDepositCost: 141600
// executionCost: 190
// totalCost: 141790
// codeDepositCost: 169600
// executionCost: 214
// totalCost: 169814
// external:
// a(): 998
// b(uint256): 2063

View File

@ -6,9 +6,9 @@ contract Small {
}
// ----
// creation:
// codeDepositCost: 85400
// executionCost: 135
// totalCost: 85535
// codeDepositCost: 103400
// executionCost: 153
// totalCost: 103553
// external:
// fallback: 129
// a(): 983

View File

@ -9,9 +9,9 @@ contract Small {
// optimize-runs: 2
// ----
// creation:
// codeDepositCost: 61200
// executionCost: 111
// totalCost: 61311
// codeDepositCost: 72800
// executionCost: 123
// totalCost: 72923
// external:
// fallback: 118
// a(): 976