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

Function BlockEncodingLargeExtra

src/bench/blockencodings.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static void BlockEncodingLargeExtra(benchmark::Bench& bench)
133{
134 BlockEncodingBench(bench, 50000, 5000);
135}
136
137BENCHMARK(BlockEncodingNoExtra);
138BENCHMARK(BlockEncodingStdExtra);

Callers

nothing calls this directly

Calls 1

BlockEncodingBenchFunction · 0.85

Tested by

no test coverage detected