6#include <bench/data/block413567.raw.h>
18#include <validation.h>
26struct TestBlockAndIndex {
27 const std::unique_ptr<const TestingSetup> testing_setup{MakeNoLogFileContext<const TestingSetup>(
ChainType::MAIN)};
34 DataStream stream{benchmark::data::block413567};
36 stream.
write({&a, 1});
40 blockHash = block.GetHash();
41 blockindex.phashBlock = &blockHash;
42 blockindex.nBits = 403014710;
50 TestBlockAndIndex
data;
61 TestBlockAndIndex
data;
64 auto str = univalue.write();
UniValue blockToJSON(BlockManager &blockman, const CBlock &block, const CBlockIndex &tip, const CBlockIndex &blockindex, TxVerbosity verbosity)
Block description to JSON.
The block chain is a tree shaped structure starting with the genesis block at the root,...
Double ended buffer combining vector and stream-like interfaces.
void write(Span< const value_type > src)
Main entry point to nanobench's benchmarking facility.
Bench & run(char const *benchmarkName, Op &&op)
Repeatedly calls op() based on the configuration, and performs measurements.
@ SHOW_DETAILS_AND_PREVOUT
The same as previous option with information about prevouts if available.
void doNotOptimizeAway(Arg &&arg)
Makes sure none of the given arguments are optimized away by the compiler.
static constexpr TransactionSerParams TX_WITH_WITNESS
static void BlockToJsonVerbose(benchmark::Bench &bench)
static void BlockToJsonVerboseWrite(benchmark::Bench &bench)
BENCHMARK(BlockToJsonVerbose, benchmark::PriorityLevel::HIGH)