| 127 | } |
| 128 | |
| 129 | void BM_setValidRange(uint32_t iterations, size_t numEntries) { |
| 130 | setValidRangeTest(iterations, numEntries); |
| 131 | } |
| 132 | |
| 133 | BENCHMARK_PARAM(BM_setValidRange, 1); |
| 134 | BENCHMARK_PARAM(BM_setValidRange, 1000); |
nothing calls this directly
no test coverage detected