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

Function BlockEncodingNoExtra

src/bench/blockencodings.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121static void BlockEncodingNoExtra(benchmark::Bench& bench)
122{
123 BlockEncodingBench(bench, 50000, 0);
124}
125
126static void BlockEncodingStdExtra(benchmark::Bench& bench)
127{

Callers

nothing calls this directly

Calls 1

BlockEncodingBenchFunction · 0.85

Tested by

no test coverage detected