mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests
This commit is contained in:
@@ -18,7 +18,7 @@ contract C {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor(), 20 wei
|
||||
// gas irOptimized: 259072
|
||||
// gas irOptimized: 219233
|
||||
// gas legacy: 288299
|
||||
// gas legacyOptimized: 177933
|
||||
// f(uint256): 20 -> 1370859564726510389319704988634906228201275401179
|
||||
@@ -26,7 +26,7 @@ contract C {
|
||||
// f(uint256): 20 -> FAILURE
|
||||
// x() -> 1
|
||||
// stack(uint256): 1023 -> FAILURE
|
||||
// gas irOptimized: 391236
|
||||
// gas irOptimized: 349023
|
||||
// gas legacy: 535367
|
||||
// gas legacyOptimized: 354656
|
||||
// x() -> 1
|
||||
|
||||
@@ -20,7 +20,7 @@ contract test {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// set(uint8,uint8,uint8,uint8,uint8): 1, 21, 22, 42, 43 -> 0, 0, 0, 0
|
||||
// gas irOptimized: 112214
|
||||
// gas irOptimized: 112020
|
||||
// gas legacy: 113806
|
||||
// gas legacyOptimized: 111781
|
||||
// get(uint8): 1 -> 21, 22, 42, 43
|
||||
|
||||
Reference in New Issue
Block a user