aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.bench.include
diff options
context:
space:
mode:
authorYuri Zhykin <[email protected]>2016-05-27 05:32:58 +0300
committerYuri Zhykin <[email protected]>2016-05-27 05:32:58 +0300
commit5fac1f33fb5afad4cbcb51b7c85ab2cd759846e1 (patch)
treea4b41b248877ac587ec03427ddf1c79b19af216b /src/Makefile.bench.include
parentMerge #8102: Bugfix: use global ::fRelayTxes instead of CNode in version send (diff)
downloaddiscoin-5fac1f33fb5afad4cbcb51b7c85ab2cd759846e1.tar.xz
discoin-5fac1f33fb5afad4cbcb51b7c85ab2cd759846e1.zip
bench: Added base58 encoding/decoding benchmarks
Diffstat (limited to 'src/Makefile.bench.include')
-rw-r--r--src/Makefile.bench.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include
index 65fd24e05..4067ceb39 100644
--- a/src/Makefile.bench.include
+++ b/src/Makefile.bench.include
@@ -9,7 +9,8 @@ bench_bench_bitcoin_SOURCES = \
bench/bench.h \
bench/Examples.cpp \
bench/rollingbloom.cpp \
- bench/crypto_hash.cpp
+ bench/crypto_hash.cpp \
+ bench/base58.cpp
bench_bench_bitcoin_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(EVENT_CLFAGS) $(EVENT_PTHREADS_CFLAGS) -I$(builddir)/bench/
bench_bench_bitcoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)