Update tests.

This commit is contained in:
chriseth
2019-04-03 11:32:03 +02:00
parent 43008dd08e
commit 3282c72a21
4 changed files with 118 additions and 14 deletions
+3 -3
View File
@@ -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