mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-03 01:26:01 +00:00
bench: remove bitcoin-specific benchmarks
This commit is contained in:
parent
3b1376906d
commit
d5f19e266b
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user