elements/src/bench
Wladimir J. van der Laan 7ebc365047
Merge #19214: Auto-detect SHA256 implementation in benchmarks
addf18da95 Call SHA256AutoDetect in benchmark setup (Pieter Wuille)

Pull request description:

  It seems `SHA256AutoDetect()` was not being called in benchmarks, making the numbers only reflect the naive implementation. Fix this by calling it in bench_bitcoin's setup.

ACKs for top commit:
  fjahr:
    tested ACK addf18da95
  pstratem:
    ACK addf18da95
  laanwj:
    ACK addf18da95

Tree-SHA512: 3ba4b068145942df1429bf5913e3f685511e6ebeae2c1a3f9b8ac0144f6db1c7df456f88f480a2129f3e1602e3bf6a39530bb96e2c74c03ddb19324cec6799c7
2020-07-15 15:35:11 +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 bench: add CAddrMan benchmarks 2020-04-21 15:06:59 +02:00
base58.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
bech32.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
bench.cpp bench: Remove requirement that all benches use RegTestingSetup 2020-04-17 10:19:32 -04:00
bench.h bench: Remove requirement that all benches use RegTestingSetup 2020-04-17 10:19:32 -04:00
bench_bitcoin.cpp Call SHA256AutoDetect in benchmark setup 2020-06-08 11:24:51 -07:00
block_assemble.cpp bench: Start nodes with -nodebuglogfile 2020-04-24 16:46:54 -04:00
ccoins_caching.cpp Remove CCoinsViewCache::GetValueIn(...) 2020-05-03 18:42:14 +00:00
chacha20.cpp Remove unused includes 2019-10-15 22:56:43 +00:00
chacha_poly_aead.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
checkblock.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
checkqueue.cpp bench: Remove requirement that all benches use RegTestingSetup 2020-04-17 10:19:32 -04:00
coin_selection.cpp scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase 2020-06-17 14:12:41 -04:00
crypto_hash.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04: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 bench: Start nodes with -nodebuglogfile 2020-04-24 16:46:54 -04:00
examples.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
gcs_filter.cpp blockfilter: Refactor GCS params into struct. 2018-11-06 09:12:54 -08:00
hashpadding.cpp Add Hash Padding Microbenchmarks 2020-04-29 00:31:41 -07:00
lockedpool.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
mempool_eviction.cpp bench: Start nodes with -nodebuglogfile 2020-04-24 16:46:54 -04:00
mempool_stress.cpp bench: Remove requirement that all benches use RegTestingSetup 2020-04-17 10:19:32 -04:00
merkle_root.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
poly1305.cpp Remove unused includes 2019-10-15 22:56:43 +00:00
prevector.cpp Convert everything except wallet/qt to new serialization 2020-03-30 16:10:30 -07:00
rollingbloom.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
rpc_blockchain.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
rpc_mempool.cpp Remove unused includes 2019-10-15 22:56:43 +00:00
util_time.cpp util: Add type safe GetTime 2019-05-23 14:12:32 -04:00
verify_script.cpp bench: Remove requirement that all benches use RegTestingSetup 2020-04-17 10:19:32 -04:00
wallet_balance.cpp scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase 2020-06-17 14:12:41 -04:00