| 434 | } |
| 435 | |
| 436 | static void BufferBuilderTinyWrites( |
| 437 | benchmark::State& state) { // NOLINT non-const reference |
| 438 | // A 8-byte datum |
| 439 | return BenchmarkBufferBuilder("abdefghi", state); |
| 440 | } |
| 441 | |
| 442 | static void BufferBuilderSmallWrites( |
| 443 | benchmark::State& state) { // NOLINT non-const reference |
nothing calls this directly
no test coverage detected