MCPcopy Create free account
hub / github.com/apache/arrow / BufferOutputStreamTinyWrites

Function BufferOutputStreamTinyWrites

cpp/src/arrow/io/memory_benchmark.cc:334–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected