| 59 | BENCHMARK(BM_SwitchSetRange); |
| 60 | |
| 61 | static void BM_SwitchFlipRange(benchmark::State& state) { |
| 62 | BM_SwitchOp(state, [](auto& s, auto, bool) { s.FlipRange(1, max_sws); }); |
| 63 | } |
| 64 | |
| 65 | BENCHMARK(BM_SwitchFlipRange); |
| 66 |
nothing calls this directly
no test coverage detected