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

Function BufferOutputStreamLargeWrites

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

Source from the content-addressed store, hash-verified

348}
349
350static void BufferOutputStreamLargeWrites(
351 benchmark::State& state) { // NOLINT non-const reference
352 // A 1.5MB datum
353 std::string datum(1500000, 'x');
354 return BenchmarkBufferOutputStream(datum, state);
355}
356
357BENCHMARK(BufferOutputStreamTinyWrites)->UseRealTime();
358BENCHMARK(BufferOutputStreamSmallWrites)->UseRealTime();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected