Add benchmark for incrementing note witnesses

This commit is contained in:
Jack Grigg
2016-11-17 22:26:46 +13:00
parent 0fbab55b1b
commit 0bb3d40f90
9 changed files with 228 additions and 125 deletions

View File

@@ -27,8 +27,11 @@ zcash_gtest_SOURCES = \
gtest/test_txid.cpp \
gtest/test_libzcash_utils.cpp \
gtest/test_proofs.cpp \
gtest/test_checkblock.cpp \
gtest/test_checkblock.cpp
if ENABLE_WALLET
zcash_gtest_SOURCES += \
wallet/gtest/test_wallet.cpp
endif
zcash_gtest_CPPFLAGS = -DMULTICORE -fopenmp -DBINARY_OUTPUT -DCURVE_ALT_BN128 -DSTATIC