| 53 | } |
| 54 | |
| 55 | static void BM_SwitchSetRange(benchmark::State& state) { |
| 56 | BM_SwitchOp(state, [](auto& s, auto, bool val) { s.SetRange(1, max_sws, val); }); |
| 57 | } |
| 58 | |
| 59 | BENCHMARK(BM_SwitchSetRange); |
| 60 |
nothing calls this directly
no test coverage detected