| 130 | } |
| 131 | |
| 132 | static void BlockEncodingLargeExtra(benchmark::Bench& bench) |
| 133 | { |
| 134 | BlockEncodingBench(bench, 50000, 5000); |
| 135 | } |
| 136 | |
| 137 | BENCHMARK(BlockEncodingNoExtra); |
| 138 | BENCHMARK(BlockEncodingStdExtra); |
nothing calls this directly
no test coverage detected