| 206 | } |
| 207 | |
| 208 | static void ParseCSVFlightsExample( |
| 209 | benchmark::State& state) { // NOLINT non-const reference |
| 210 | BenchmarkCSVParsing(state, flights_example, ParseOptions::Defaults()); |
| 211 | } |
| 212 | |
| 213 | static void ParseCSVVehiclesExample( |
| 214 | benchmark::State& state) { // NOLINT non-const reference |
nothing calls this directly
no test coverage detected