diff --git a/src/bench/CMakeLists.txt b/src/bench/CMakeLists.txt index c976f134b7c..0bf469c79cd 100644 --- a/src/bench/CMakeLists.txt +++ b/src/bench/CMakeLists.txt @@ -12,6 +12,7 @@ add_executable(bench_bitcoin bech32.cpp bip324_ecdh.cpp block_assemble.cpp + blockencodings.cpp ccoins_caching.cpp chacha20.cpp checkblock.cpp diff --git a/src/bench/blockencodings.cpp b/src/bench/blockencodings.cpp new file mode 100644 index 00000000000..8f6659919c6 --- /dev/null +++ b/src/bench/blockencodings.cpp @@ -0,0 +1,131 @@ +// Copyright (c) 2025-present 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 +#include +#include