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

Function BufferOutputStreamSmallWrites

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

Source from the content-addressed store, hash-verified

338}
339
340static void BufferOutputStreamSmallWrites(
341 benchmark::State& state) { // NOLINT non-const reference
342 // A 700-byte datum
343 std::string datum;
344 for (int i = 0; i < 100; ++i) {
345 datum += "abcdefg";
346 }
347 return BenchmarkBufferOutputStream(datum, state);
348}
349
350static void BufferOutputStreamLargeWrites(
351 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected