| 784 | } |
| 785 | |
| 786 | void SearchPhone_CachedRE2(benchmark::State& state) { |
| 787 | SearchPhone(state, SearchParse2CachedRE2); |
| 788 | } |
| 789 | |
| 790 | #ifdef USEPCRE |
| 791 | BENCHMARK_RANGE(SearchPhone_CachedPCRE, 8, 16<<20)->ThreadRange(1, NumCPUs()); |
nothing calls this directly
no test coverage detected