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
MarcoFalke 1ff79292e3
Merge bitcoin/bitcoin#26609: refactor: Move txmempool_entry.h --> kernel/mempool_entry.h
38941a703e refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h` (Hennadii Stepanov)

Pull request description:

  This PR addresses the https://github.com/bitcoin/bitcoin/pull/17786#discussion_r1027818360:
  > why not move it to the right place, that is to `kernel/txmempool_entry.h`?

ACKs for top commit:
  MarcoFalke:
    review ACK 38941a703e 📊

Tree-SHA512: 0145974b63b67ca1d9d89af2dd9d4438beca480c16a563f330da05fec49b8394d7ba20ed83cf7d50b2e19454e006978ebed42b0e07887b98d00210f3201ce9ba
2022-12-06 19:04:31 +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 bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
base58.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
bech32.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
bench.cpp bench: add "priority level" to the benchmark framework 2022-10-20 10:21:04 -03:00
bench.h bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
bench_bitcoin.cpp bench: surround main() execution with try/catch 2022-10-20 10:21:04 -03:00
block_assemble.cpp refactor: unify test/util/wallet.h with wallet/test/util.h 2022-11-21 17:30:00 -03:00
ccoins_caching.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
chacha20.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
chacha_poly_aead.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
checkblock.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
checkqueue.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
coin_selection.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
crypto_hash.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03: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 Merge bitcoin/bitcoin#26158: bench: add "priority level" to the benchmark framework 2022-10-20 11:05:03 -04:00
duplicate_inputs.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
examples.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
gcs_filter.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
hashpadding.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
load_external.cpp Add LoadExternalBlockFile() benchmark 2022-10-24 13:02:35 -06:00
lockedpool.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
logging.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
mempool_eviction.cpp refactor: Move txmempool_entry.h --> kernel/mempool_entry.h 2022-11-30 10:37:57 +00:00
mempool_stress.cpp refactor: Move txmempool_entry.h --> kernel/mempool_entry.h 2022-11-30 10:37:57 +00:00
merkle_root.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
nanobench.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
nanobench.h Fix issues identified by codespell 2.2.1 and update ignored words 2022-09-15 13:03:40 +02:00
peer_eviction.cpp Fixup clang-tidy named argument comments 2022-12-05 15:51:46 +00:00
poly1305.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
prevector.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
rollingbloom.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
rpc_blockchain.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
rpc_mempool.cpp refactor: Move txmempool_entry.h --> kernel/mempool_entry.h 2022-11-30 10:37:57 +00:00
strencodings.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
util_time.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
verify_script.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
wallet_balance.cpp refactor: unify test/util/wallet.h with wallet/test/util.h 2022-11-21 17:30:00 -03:00
wallet_create_tx.cpp refactor: unify test/util/wallet.h with wallet/test/util.h 2022-11-21 17:30:00 -03:00
wallet_loading.cpp refactor: move DuplicateMockDatabase to wallet/test/util.h 2022-11-21 17:30:00 -03:00