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

Function BufferBuilderLargeWrites

cpp/src/arrow/builder_benchmark.cc:452–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452static void BufferBuilderLargeWrites(
453 benchmark::State& state) { // NOLINT non-const reference
454 // A 1.5MB datum
455 std::string datum(1500000, 'x');
456 return BenchmarkBufferBuilder(datum, state);
457}
458
459BENCHMARK(BufferBuilderTinyWrites)->UseRealTime();
460BENCHMARK(BufferBuilderSmallWrites)->UseRealTime();

Callers

nothing calls this directly

Calls 1

BenchmarkBufferBuilderFunction · 0.85

Tested by

no test coverage detected