diff --git a/src/bench/CMakeLists.txt b/src/bench/CMakeLists.txt index 2137beccb5a..9d40fc6fd4f 100644 --- a/src/bench/CMakeLists.txt +++ b/src/bench/CMakeLists.txt @@ -49,6 +49,7 @@ add_executable(bench_bitcoin streams_findbyte.cpp strencodings.cpp txgraph.cpp + txorphanage.cpp util_time.cpp verify_script.cpp xor.cpp diff --git a/src/bench/txorphanage.cpp b/src/bench/txorphanage.cpp new file mode 100644 index 00000000000..b9bb7b41c22 --- /dev/null +++ b/src/bench/txorphanage.cpp @@ -0,0 +1,270 @@ +// Copyright (c) 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