diff options
author | androlo <androlo1980@gmail.com> | 2018-12-19 03:48:56 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2019-01-07 22:05:54 +0800 |
commit | d2105be57d62e5113a086b555a747ac7b4601b41 (patch) | |
tree | d377350dbdde93d3512261b97f6a8a70eacc0900 /test/cmdlineTests/gas_test_dispatch_optimize/output | |
parent | 6e626ad95502549d6b156c3b294990a450c590e1 (diff) | |
download | dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.gz dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.bz2 dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.lz dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.xz dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.zst dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.zip |
Move actual test files.
Diffstat (limited to 'test/cmdlineTests/gas_test_dispatch_optimize/output')
-rw-r--r-- | test/cmdlineTests/gas_test_dispatch_optimize/output | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/test/cmdlineTests/gas_test_dispatch_optimize/output b/test/cmdlineTests/gas_test_dispatch_optimize/output new file mode 100644 index 00000000..fd8e9e93 --- /dev/null +++ b/test/cmdlineTests/gas_test_dispatch_optimize/output @@ -0,0 +1,53 @@ + +======= gas_test_dispatch_optimize/input.sol:Large ======= +Gas estimation: +construction: + 300 + 262000 = 262300 +external: + a(): 463 + b(uint256): 1173 + f0(uint256): 399 + f1(uint256): 41164 + f2(uint256): 21224 + f3(uint256): 21312 + f4(uint256): 21290 + f5(uint256): 21268 + f6(uint256): 21180 + f7(uint256): 20960 + f8(uint256): 21092 + f9(uint256): 21114 + g0(uint256): 639 + g1(uint256): 40876 + g2(uint256): 20958 + g3(uint256): 21046 + g4(uint256): 21024 + g5(uint256): 21112 + g6(uint256): 20892 + g7(uint256): 21002 + g8(uint256): 20980 + g9(uint256): 20826 + +======= gas_test_dispatch_optimize/input.sol:Medium ======= +Gas estimation: +construction: + 190 + 143000 = 143190 +external: + a(): 463 + b(uint256): 931 + f1(uint256): 40944 + f2(uint256): 20982 + f3(uint256): 21026 + g0(uint256): 397 + g7(uint256): 20892 + g8(uint256): 20870 + g9(uint256): 20826 + +======= gas_test_dispatch_optimize/input.sol:Small ======= +Gas estimation: +construction: + 117 + 67400 = 67517 +external: + fallback: 183 + a(): 441 + b(uint256): 821 + f1(uint256): 40878 |