diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-04-10 15:06:31 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-04-15 16:49:34 -0400 |
commit | fa46ac3127142358116c8473741708b3bb70ca15 (patch) | |
tree | 2a3a0a2f91df5ba0fcc0a6868a43290c458d36ea /src/Makefile.bench.include | |
parent | 78295e97b8d38ecf6628b5d8ce1efd3900a5c345 (diff) |
bench: Add wallet_balance benchmarks
Diffstat (limited to 'src/Makefile.bench.include')
-rw-r--r-- | src/Makefile.bench.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include index d93161a904..ae7eb19ceb 100644 --- a/src/Makefile.bench.include +++ b/src/Makefile.bench.include @@ -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) |