bench: remove bitcoin-specific benchmarks

This commit is contained in:
Patrick Lodder 2021-11-11 13:22:40 -05:00
parent 3b1376906d
commit d5f19e266b
No known key found for this signature in database
GPG Key ID: 7C523F5FBABE80E7

View File

@ -14,19 +14,21 @@ bench_bench_dogecoin_SOURCES = \
bench/bench_bitcoin.cpp \
bench/bench.cpp \
bench/bench.h \
bench/checkblock.cpp \
bench/checkqueue.cpp \
bench/Examples.cpp \
bench/rollingbloom.cpp \
bench/crypto_hash.cpp \
bench/ccoins_caching.cpp \
bench/mempool_eviction.cpp \
bench/verify_script.cpp \
bench/base58.cpp \
bench/lockedpool.cpp \
bench/perf.cpp \
bench/perf.h
# bench_bench_dogecoin_SOURCES_DISABLED = \
# bench/checkblock.cpp \ # disabled because this checks a specific bitcoin block
# bench/verify_script.cpp \ # disabled because this checks a segwit transaction
nodist_bench_bench_dogecoin_SOURCES = $(GENERATED_TEST_FILES)
bench_bench_dogecoin_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(EVENT_CLFAGS) $(EVENT_PTHREADS_CFLAGS) -I$(builddir)/bench/