0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-04 10:07:27 -05:00
bitcoin-bitcoin-core/src/bench
Hennadii Stepanov 3edc4e34fe
bench: Prevent thread oversubscription
This change decreases the variance of benchmark results.
2020-08-26 13:00:00 +03:00
..
data Add deserialize + CheckBlock benchmarks, and a full block hex 2016-11-09 11:27:59 -08:00
.gitignore Ignore bench_bitcoin binary. 2015-10-06 17:46:12 +02:00
addrman.cpp [addrman] Specify max addresses and pct when calling GetAddresses() 2020-08-12 09:22:07 +01:00
base58.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
bech32.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
bench.cpp bench: Allow skip benchmark 2020-08-14 14:56:18 +03:00
bench.h Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
bench_bitcoin.cpp Merge #18011: Replace current benchmarking framework with nanobench 2020-07-30 15:34:17 +02:00
block_assemble.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
ccoins_caching.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
chacha20.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
chacha_poly_aead.cpp Make CHash256 and CHash160 consume Spans 2020-07-30 13:57:53 -07:00
checkblock.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
checkqueue.cpp bench: Prevent thread oversubscription 2020-08-26 13:00:00 +03:00
coin_selection.cpp Merge #18011: Replace current benchmarking framework with nanobench 2020-07-30 15:34:17 +02:00
crypto_hash.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
data.cpp bench: Move generated data to a dedicated translation unit 2019-07-02 18:11:15 +01:00
data.h bench: Move generated data to a dedicated translation unit 2019-07-02 18:11:15 +01:00
duplicate_inputs.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
examples.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
gcs_filter.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
hashpadding.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
lockedpool.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
mempool_eviction.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
mempool_stress.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
merkle_root.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
nanobench.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
nanobench.h Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
poly1305.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
prevector.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
rollingbloom.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
rpc_blockchain.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
rpc_mempool.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
util_time.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
verify_script.cpp Make CHash256/CHash160 output to Span 2020-07-30 13:57:54 -07:00
wallet_balance.cpp Merge #18011: Replace current benchmarking framework with nanobench 2020-07-30 15:34:17 +02:00