| 332 | } |
| 333 | |
| 334 | static void BufferOutputStreamTinyWrites( |
| 335 | benchmark::State& state) { // NOLINT non-const reference |
| 336 | // A 8-byte datum |
| 337 | return BenchmarkBufferOutputStream("abdefghi", state); |
| 338 | } |
| 339 | |
| 340 | static void BufferOutputStreamSmallWrites( |
| 341 | benchmark::State& state) { // NOLINT non-const reference |
nothing calls this directly
no test coverage detected