| 150 | } |
| 151 | |
| 152 | static void LinearizeOptimallyPerCost(benchmark::Bench& bench) |
| 153 | { |
| 154 | BenchLinearizeOptimallyPerCost(bench, "LinearizeOptimallyHistoricalPerCost", CLUSTERS_HISTORICAL); |
| 155 | BenchLinearizeOptimallyPerCost(bench, "LinearizeOptimallySyntheticPerCost", CLUSTERS_SYNTHETIC); |
| 156 | } |
| 157 | |
| 158 | BENCHMARK(PostLinearize16TxWorstCase); |
| 159 | BENCHMARK(PostLinearize32TxWorstCase); |
nothing calls this directly
no test coverage detected