elements/src/bench
MarcoFalke 3212d104f4
Merge bitcoin/bitcoin#23829: refactor: use braced init for integer literals instead of c style casts
f2fc03ec85 refactor: use braced init for integer constants instead of c style casts (Pasta)

Pull request description:

  See https://github.com/bitcoin/bitcoin/pull/23810 for more context. This is broken out from that PR, as it is less breaking, and should be trivial to review and merge.

  EDIT: Long term, the intention is to remove all C-style casts, as they can dangerously introduce reinterpret_casts. This is one step which removes a number of trivially removable C-style casts

ACKs for top commit:
  aureleoules:
    ACK f2fc03ec85

Tree-SHA512: 2fd11b92c9147e3f970ec3e130e3b3dce70e707ff02950a8c697d4b111ddcbbfa16915393db20cfc8f384bc76f13241c9b994a187987fcecd16a61f8cc0af14c
2023-01-05 17:30:52 +01: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 scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
base58.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
bech32.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
bench.cpp Merge bitcoin/bitcoin#26481: bench: Suppress output when running with -sanity-check option 2022-12-29 11:42:03 +01:00
bench.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
bench_bitcoin.cpp Merge bitcoin/bitcoin#26481: bench: Suppress output when running with -sanity-check option 2022-12-29 11:42:03 +01:00
block_assemble.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
ccoins_caching.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
chacha20.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
chacha_poly_aead.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
checkblock.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
checkqueue.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
coin_selection.cpp refactor: use braced init for integer constants instead of c style casts 2023-01-03 19:31:29 -06:00
crypto_hash.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
data.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
data.h bench: Move generated data to a dedicated translation unit 2019-07-02 18:11:15 +01:00
descriptors.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
duplicate_inputs.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
examples.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
gcs_filter.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
hashpadding.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
load_external.cpp Add LoadExternalBlockFile() benchmark 2022-10-24 13:02:35 -06:00
lockedpool.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
logging.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
mempool_eviction.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
mempool_stress.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
merkle_root.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
nanobench.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
nanobench.h doc: Correct linked Microsoft URLs 2022-12-31 16:54:13 +01:00
peer_eviction.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
poly1305.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
prevector.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
rollingbloom.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
rpc_blockchain.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
rpc_mempool.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
strencodings.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
util_time.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
verify_script.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
wallet_balance.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
wallet_create_tx.cpp Merge bitcoin/bitcoin#25234: bench: add benchmark for wallet 'AvailableCoins' function. 2023-01-04 12:11:44 -05:00
wallet_loading.cpp refactor: move DuplicateMockDatabase to wallet/test/util.h 2022-11-21 17:30:00 -03:00