| 186 | } |
| 187 | |
| 188 | static void ReadJSONBlockWithSchemaMultiThread( |
| 189 | benchmark::State& state) { // NOLINT non-const reference |
| 190 | BenchmarkReadJSONBlockWithSchema(state, true); |
| 191 | } |
| 192 | |
| 193 | static void ParseJSONFields(benchmark::State& state) { // NOLINT non-const reference |
| 194 | const bool ordered = !!state.range(0); |
nothing calls this directly
no test coverage detected