diff options
author | chriseth <chris@ethereum.org> | 2018-12-06 19:32:32 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-06 20:07:14 +0800 |
commit | 61241763749f4f27cd7abc1db4efd10a3a36b350 (patch) | |
tree | 93f01a5b671e3b0fff340549ccb7a7c5096c6346 /test/cmdlineTests/gas_test_dispatch.sol.stdout | |
parent | 7f39c3e52226e133d4224a7afb763a3c5b4c525e (diff) | |
download | dexon-solidity-61241763749f4f27cd7abc1db4efd10a3a36b350.tar.gz dexon-solidity-61241763749f4f27cd7abc1db4efd10a3a36b350.tar.zst dexon-solidity-61241763749f4f27cd7abc1db4efd10a3a36b350.zip |
Gas tests for the binary search dispatch routine.
Diffstat (limited to 'test/cmdlineTests/gas_test_dispatch.sol.stdout')
-rw-r--r-- | test/cmdlineTests/gas_test_dispatch.sol.stdout | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/test/cmdlineTests/gas_test_dispatch.sol.stdout b/test/cmdlineTests/gas_test_dispatch.sol.stdout new file mode 100644 index 00000000..117affad --- /dev/null +++ b/test/cmdlineTests/gas_test_dispatch.sol.stdout @@ -0,0 +1,53 @@ + +======= gas_test_dispatch.sol:Large ======= +Gas estimation: +construction: + 1034 + 998400 = 999434 +external: + a(): 456 + b(uint256): 857 + f0(uint256): 438 + f1(uint256): 40781 + f2(uint256): 20722 + f3(uint256): 20810 + f4(uint256): 20788 + f5(uint256): 20766 + f6(uint256): 20789 + f7(uint256): 20701 + f8(uint256): 20701 + f9(uint256): 20723 + g0(uint256): 324 + g1(uint256): 40736 + g2(uint256): 20699 + g3(uint256): 20787 + g4(uint256): 20765 + g5(uint256): 20721 + g6(uint256): 20744 + g7(uint256): 20743 + g8(uint256): 20721 + g9(uint256): 20678 + +======= gas_test_dispatch.sol:Medium ======= +Gas estimation: +construction: + 411 + 376600 = 377011 +external: + a(): 433 + b(uint256): 857 + f1(uint256): 40692 + f2(uint256): 20722 + f3(uint256): 20766 + g0(uint256): 324 + g7(uint256): 20721 + g8(uint256): 20699 + g9(uint256): 20655 + +======= gas_test_dispatch.sol:Small ======= +Gas estimation: +construction: + 153 + 107800 = 107953 +external: + fallback: 123 + a(): 388 + b(uint256): 813 + f1(uint256): 40692 |