bench: Added base58 encoding/decoding benchmarks

This commit is contained in:
Yuri Zhykin
2016-05-27 05:32:58 +03:00
parent 425278d17b
commit 5fac1f33fb
2 changed files with 58 additions and 1 deletions

View File

@@ -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)