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

Function LinearizeOptimallyPerCost

src/bench/cluster_linearize.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152static void LinearizeOptimallyPerCost(benchmark::Bench& bench)
153{
154 BenchLinearizeOptimallyPerCost(bench, "LinearizeOptimallyHistoricalPerCost", CLUSTERS_HISTORICAL);
155 BenchLinearizeOptimallyPerCost(bench, "LinearizeOptimallySyntheticPerCost", CLUSTERS_SYNTHETIC);
156}
157
158BENCHMARK(PostLinearize16TxWorstCase);
159BENCHMARK(PostLinearize32TxWorstCase);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected