| 78 | } |
| 79 | |
| 80 | static void TrieLookupNotFound(benchmark::State& state) { // NOLINT non-const reference |
| 81 | BenchmarkTrieLookups(state, {"None", "1.0", "", "abc"}); |
| 82 | } |
| 83 | |
| 84 | BENCHMARK(TrieLookupFound); |
| 85 | BENCHMARK(TrieLookupNotFound); |
nothing calls this directly
no test coverage detected