MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / BlockEncodingStdExtra

Function BlockEncodingStdExtra

src/bench/blockencodings.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static void BlockEncodingStdExtra(benchmark::Bench& bench)
127{
128 static_assert(DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN == 100);
129 BlockEncodingBench(bench, 50000, 100);
130}
131
132static void BlockEncodingLargeExtra(benchmark::Bench& bench)
133{

Callers

nothing calls this directly

Calls 1

BlockEncodingBenchFunction · 0.85

Tested by

no test coverage detected