| 736 | } |
| 737 | |
| 738 | void RunBuild(benchmark::State& state, const std::string& regexp, |
| 739 | void (*run)(benchmark::State&, const std::string&)) { |
| 740 | run(state, regexp); |
| 741 | state.SetItemsProcessed(state.iterations()); |
| 742 | } |
| 743 | |
| 744 | } // namespace re2 |
| 745 |
no test coverage detected