| 181 | } |
| 182 | |
| 183 | static void ReadJSONBlockWithSchemaSingleThread( |
| 184 | benchmark::State& state) { // NOLINT non-const reference |
| 185 | BenchmarkReadJSONBlockWithSchema(state, false); |
| 186 | } |
| 187 | |
| 188 | static void ReadJSONBlockWithSchemaMultiThread( |
| 189 | benchmark::State& state) { // NOLINT non-const reference |
nothing calls this directly
no test coverage detected