| 220 | } |
| 221 | |
| 222 | static void ParseCSVStocksExample( |
| 223 | benchmark::State& state) { // NOLINT non-const reference |
| 224 | BenchmarkCSVParsing(state, stocks_example, ParseOptions::Defaults()); |
| 225 | } |
| 226 | |
| 227 | BENCHMARK(ChunkCSVQuotedBlock); |
| 228 | BENCHMARK(ChunkCSVEscapedBlock); |
nothing calls this directly
no test coverage detected