diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-29 15:13:14 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-12-15 14:34:16 +0100 |
commit | fafe06c379316f165e88b8de7300a716cef25d0a (patch) | |
tree | 24e0ea13b328a218682ee7f9cb6acffd0797e83d /src/Makefile.bench.include | |
parent | fa31dc9b714401b67480232ef552d1479f5e6902 (diff) |
bench: Sort bench_bench_bitcoin_SOURCES
Diffstat (limited to 'src/Makefile.bench.include')
-rw-r--r-- | src/Makefile.bench.include | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include index 5835c77184..e6cb331c34 100644 --- a/src/Makefile.bench.include +++ b/src/Makefile.bench.include @@ -13,39 +13,39 @@ GENERATED_BENCH_FILES = $(RAW_BENCH_FILES:.raw=.raw.h) bench_bench_bitcoin_SOURCES = \ $(RAW_BENCH_FILES) \ bench/addrman.cpp \ - bench/bench_bitcoin.cpp \ + bench/base58.cpp \ + bench/bech32.cpp \ bench/bench.cpp \ bench/bench.h \ + bench/bench_bitcoin.cpp \ bench/block_assemble.cpp \ + bench/ccoins_caching.cpp \ + bench/chacha20.cpp \ + bench/chacha_poly_aead.cpp \ bench/checkblock.cpp \ bench/checkqueue.cpp \ - bench/data.h \ + bench/crypto_hash.cpp \ bench/data.cpp \ + bench/data.h \ bench/duplicate_inputs.cpp \ bench/examples.cpp \ - bench/rollingbloom.cpp \ - bench/chacha20.cpp \ - bench/chacha_poly_aead.cpp \ - bench/crypto_hash.cpp \ - bench/ccoins_caching.cpp \ bench/gcs_filter.cpp \ bench/hashpadding.cpp \ + bench/lockedpool.cpp \ bench/logging.cpp \ - bench/merkle_root.cpp \ bench/mempool_eviction.cpp \ bench/mempool_stress.cpp \ - bench/nanobench.h \ + bench/merkle_root.cpp \ bench/nanobench.cpp \ + bench/nanobench.h \ bench/peer_eviction.cpp \ + bench/poly1305.cpp \ + bench/prevector.cpp \ + bench/rollingbloom.cpp \ bench/rpc_blockchain.cpp \ bench/rpc_mempool.cpp \ bench/util_time.cpp \ - bench/verify_script.cpp \ - bench/base58.cpp \ - bench/bech32.cpp \ - bench/lockedpool.cpp \ - bench/poly1305.cpp \ - bench/prevector.cpp + bench/verify_script.cpp nodist_bench_bench_bitcoin_SOURCES = $(GENERATED_BENCH_FILES) |