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: // creation:
// codeDepositCost: 1107400 // codeDepositCost: 1116400
// executionCost: 1154 // executionCost: 1160
// totalCost: 1108554 // totalCost: 1117560
// external: // external:
// a(): 1130 // a(): 1130
// b(uint256): infinite // b(uint256): infinite

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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