diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include index f2a348d5a8..64139172c9 100644 --- a/src/Makefile.bench.include +++ b/src/Makefile.bench.include @@ -54,6 +54,7 @@ bench_bench_bitcoin_SOURCES = \ bench/rollingbloom.cpp \ bench/rpc_blockchain.cpp \ bench/rpc_mempool.cpp \ + bench/sign_transaction.cpp \ bench/streams_findbyte.cpp \ bench/strencodings.cpp \ bench/util_time.cpp \ diff --git a/src/bench/sign_transaction.cpp b/src/bench/sign_transaction.cpp new file mode 100644 index 0000000000..a9584e1600 --- /dev/null +++ b/src/bench/sign_transaction.cpp @@ -0,0 +1,71 @@ +// Copyright (c) 2023 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