bench: Add wallet_balance benchmarks

This commit is contained in:
MarcoFalke
2019-04-10 15:06:31 -04:00
parent 78295e97b8
commit fa46ac3127
5 changed files with 76 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ endif
if ENABLE_WALLET
bench_bench_bitcoin_SOURCES += bench/coin_selection.cpp
bench_bench_bitcoin_SOURCES += bench/wallet_balance.cpp
endif
bench_bench_bitcoin_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(CRYPTO_LIBS) $(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) $(MINIUPNPC_LIBS)