File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -13,39 +13,39 @@ GENERATED_BENCH_FILES = $(RAW_BENCH_FILES:.raw=.raw.h)
1313bench_bench_bitcoin_SOURCES = \
1414 $(RAW_BENCH_FILES) \
1515 bench/addrman.cpp \
16- bench/bench_bitcoin.cpp \
16+ bench/base58.cpp \
17+ bench/bech32.cpp \
1718 bench/bench.cpp \
1819 bench/bench.h \
20+ bench/bench_bitcoin.cpp \
1921 bench/block_assemble.cpp \
22+ bench/ccoins_caching.cpp \
23+ bench/chacha20.cpp \
24+ bench/chacha_poly_aead.cpp \
2025 bench/checkblock.cpp \
2126 bench/checkqueue.cpp \
22- bench/data.h \
27+ bench/crypto_hash.cpp \
2328 bench/data.cpp \
29+ bench/data.h \
2430 bench/duplicate_inputs.cpp \
2531 bench/examples.cpp \
26- bench/rollingbloom.cpp \
27- bench/chacha20.cpp \
28- bench/chacha_poly_aead.cpp \
29- bench/crypto_hash.cpp \
30- bench/ccoins_caching.cpp \
3132 bench/gcs_filter.cpp \
3233 bench/hashpadding.cpp \
34+ bench/lockedpool.cpp \
3335 bench/logging.cpp \
34- bench/merkle_root.cpp \
3536 bench/mempool_eviction.cpp \
3637 bench/mempool_stress.cpp \
37- bench/nanobench.h \
38+ bench/merkle_root.cpp \
3839 bench/nanobench.cpp \
40+ bench/nanobench.h \
3941 bench/peer_eviction.cpp \
42+ bench/poly1305.cpp \
43+ bench/prevector.cpp \
44+ bench/rollingbloom.cpp \
4045 bench/rpc_blockchain.cpp \
4146 bench/rpc_mempool.cpp \
4247 bench/util_time.cpp \
43- bench/verify_script.cpp \
44- bench/base58.cpp \
45- bench/bech32.cpp \
46- bench/lockedpool.cpp \
47- bench/poly1305.cpp \
48- bench/prevector.cpp
48+ bench/verify_script.cpp
4949
5050nodist_bench_bench_bitcoin_SOURCES = $(GENERATED_BENCH_FILES)
5151
You can’t perform that action at this time.
0 commit comments