0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-09 15:37:00 -04:00
bitcoin-core/src/bench
MarcoFalke afffbb1bc6
Merge #19710: bench: Prevent thread oversubscription and decreases the variance of result values
3edc4e34fe bench: Prevent thread oversubscription (Hennadii Stepanov)
ce3e6a7cb2 bench: Allow skip benchmark (Hennadii Stepanov)

Pull request description:

  Split out from #18710.

  Some results (borrowed from #18710):
  ![89121718-a3329800-d4c1-11ea-8bd1-66da20619696](https://user-images.githubusercontent.com/32963518/90146614-ecb89800-dd89-11ea-80fe-bac0e46e735e.png)

ACKs for top commit:
  fjahr:
    Code review ACK 3edc4e34fe

Tree-SHA512: df7413ec9ea326564a8e8de54752c9d1444ff7de34edb03e1e0c2120fc333e4640767fdbe3e87eab6a7b389a4863c02e22ad2ae0dbf139fad6a9b85e00f563b4
2020-08-31 08:29:27 +02: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 util: make EncodeBase58Check consume Spans 2020-08-12 16:25:50 +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