diff --git a/src/bench/CMakeLists.txt b/src/bench/CMakeLists.txt index c55bbb1e05f..9f0c4067724 100644 --- a/src/bench/CMakeLists.txt +++ b/src/bench/CMakeLists.txt @@ -22,6 +22,7 @@ add_executable(bench_bitcoin checkblockindex.cpp checkqueue.cpp cluster_linearize.cpp + connectblock.cpp crypto_hash.cpp descriptors.cpp disconnected_transactions.cpp diff --git a/src/bench/connectblock.cpp b/src/bench/connectblock.cpp new file mode 100644 index 00000000000..efe05dc2af1 --- /dev/null +++ b/src/bench/connectblock.cpp @@ -0,0 +1,137 @@ +// Copyright (c) 2025 The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#include +#include +#include +#include +#include