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_optimize.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_optimize.sol.stdout')
-rw-r--r-- | test/cmdlineTests/gas_test_dispatch_optimize.sol.stdout | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/test/cmdlineTests/gas_test_dispatch_optimize.sol.stdout b/test/cmdlineTests/gas_test_dispatch_optimize.sol.stdout new file mode 100644 index 00000000..76fa086e --- /dev/null +++ b/test/cmdlineTests/gas_test_dispatch_optimize.sol.stdout @@ -0,0 +1,53 @@ + +======= gas_test_dispatch_optimize.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.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.sol:Small ======= +Gas estimation: +construction: + 117 + 67400 = 67517 +external: + fallback: 183 + a(): 441 + b(uint256): 821 + f1(uint256): 40878 |