diff --git a/src/bench/CMakeLists.txt b/src/bench/CMakeLists.txt index 16eb29250f50..06b61aa68f80 100644 --- a/src/bench/CMakeLists.txt +++ b/src/bench/CMakeLists.txt @@ -34,6 +34,7 @@ add_executable(bench_bitcoin mempool_eviction.cpp mempool_stress.cpp merkle_root.cpp + op_checkcontractverify.cpp parse_hex.cpp peer_eviction.cpp poly1305.cpp diff --git a/src/bench/op_checkcontractverify.cpp b/src/bench/op_checkcontractverify.cpp new file mode 100644 index 000000000000..29f3e7c19671 --- /dev/null +++ b/src/bench/op_checkcontractverify.cpp @@ -0,0 +1,44 @@ +// 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