File tree 1 file changed +15
-15
lines changed
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)
13
13
bench_bench_BGL_SOURCES = \
14
14
$(RAW_BENCH_FILES) \
15
15
bench/addrman.cpp \
16
- bench/bench_BGL.cpp \
16
+ bench/base58.cpp \
17
+ bench/bech32.cpp \
17
18
bench/bench.cpp \
18
19
bench/bench.h \
20
+ bench/bench_BGL.cpp \
19
21
bench/block_assemble.cpp \
22
+ bench/ccoins_caching.cpp \
23
+ bench/chacha20.cpp \
24
+ bench/chacha_poly_aead.cpp \
20
25
bench/checkblock.cpp \
21
26
bench/checkqueue.cpp \
22
- bench/data.h \
27
+ bench/crypto_hash.cpp \
23
28
bench/data.cpp \
29
+ bench/data.h \
24
30
bench/duplicate_inputs.cpp \
25
31
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 \
31
32
bench/gcs_filter.cpp \
32
33
bench/hashpadding.cpp \
34
+ bench/lockedpool.cpp \
33
35
bench/logging.cpp \
34
- bench/merkle_root.cpp \
35
36
bench/mempool_eviction.cpp \
36
37
bench/mempool_stress.cpp \
37
- bench/nanobench.h \
38
+ bench/merkle_root.cpp \
38
39
bench/nanobench.cpp \
40
+ bench/nanobench.h \
39
41
bench/peer_eviction.cpp \
42
+ bench/poly1305.cpp \
43
+ bench/prevector.cpp \
44
+ bench/rollingbloom.cpp \
40
45
bench/rpc_blockchain.cpp \
41
46
bench/rpc_mempool.cpp \
42
47
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
49
49
50
50
nodist_bench_bench_BGL_SOURCES = $(GENERATED_BENCH_FILES)
51
51
You can’t perform that action at this time.
0 commit comments