mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
======= gas_test_abiv2/input.sol:C =======
|
||||
Gas estimation:
|
||||
construction:
|
||||
1140 + 1096600 = 1097740
|
||||
1160 + 1115800 = 1116960
|
||||
external:
|
||||
a(): 530
|
||||
b(uint256): 1118
|
||||
f1(uint256): 586
|
||||
b(uint256): infinite
|
||||
f1(uint256): infinite
|
||||
f2(uint256[],string[],uint16,address): infinite
|
||||
f3(uint16[],string[],uint16,address): infinite
|
||||
f4(uint32[],string[12],bytes[2][],address): infinite
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
======= gas_test_abiv2_optimize_yul/input.sol:C =======
|
||||
Gas estimation:
|
||||
construction:
|
||||
651 + 617200 = 617851
|
||||
651 + 616600 = 617251
|
||||
external:
|
||||
a(): 429
|
||||
b(uint256): 884
|
||||
|
||||
Reference in New Issue
Block a user