| 82 | } |
| 83 | |
| 84 | FieldVector TestFields() { return {field("int", int32()), field("str", utf8())}; } |
| 85 | |
| 86 | static void BenchmarkJSONChunking(benchmark::State& state, // NOLINT non-const reference |
| 87 | const std::shared_ptr<Buffer>& json, |
no test coverage detected