| 216 | RunBenchmark(BenchmarkCases()[3], state); |
| 217 | } |
| 218 | void BM_BindOusideLoop(benchmark::State& state) { |
| 219 | RunBenchmark(BenchmarkCases()[4], state); |
| 220 | } |
| 221 | void BM_BindInsideLoop(benchmark::State& state) { |
| 222 | RunBenchmark(BenchmarkCases()[5], state); |
| 223 | } |
nothing calls this directly
no test coverage detected