diff options
author | chriseth <chris@ethereum.org> | 2018-12-06 22:59:58 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-11 01:06:07 +0800 |
commit | d80d324de7fa7eb79e21d1e6d7cbca4ba3eebcd0 (patch) | |
tree | 3f9e314a241bbe62cd73d348eb3117972622f52a /test/cmdlineTests/data_storage.sol.stdout | |
parent | ead13b1d21b1b10f4a13afb98a742fda9828edb2 (diff) | |
download | dexon-solidity-d80d324de7fa7eb79e21d1e6d7cbca4ba3eebcd0.tar.gz dexon-solidity-d80d324de7fa7eb79e21d1e6d7cbca4ba3eebcd0.tar.zst dexon-solidity-d80d324de7fa7eb79e21d1e6d7cbca4ba3eebcd0.zip |
Tests for gas costs.
Diffstat (limited to 'test/cmdlineTests/data_storage.sol.stdout')
-rw-r--r-- | test/cmdlineTests/data_storage.sol.stdout | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/cmdlineTests/data_storage.sol.stdout b/test/cmdlineTests/data_storage.sol.stdout new file mode 100644 index 00000000..4a5250f7 --- /dev/null +++ b/test/cmdlineTests/data_storage.sol.stdout @@ -0,0 +1,7 @@ + +======= data_storage.sol:C ======= +Gas estimation: +construction: + 306 + 264400 = 264706 +external: + f(): 263 |