| 204 | } |
| 205 | |
| 206 | void BM_Simple(benchmark::State& state) { |
| 207 | RunBenchmark(BenchmarkCases()[0], state); |
| 208 | } |
| 209 | void BM_MultipleReferences(benchmark::State& state) { |
| 210 | RunBenchmark(BenchmarkCases()[1], state); |
| 211 | } |
nothing calls this directly
no test coverage detected