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

Function BufferBuilderTinyWrites

cpp/src/arrow/builder_benchmark.cc:436–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436static void BufferBuilderTinyWrites(
437 benchmark::State& state) { // NOLINT non-const reference
438 // A 8-byte datum
439 return BenchmarkBufferBuilder("abdefghi", state);
440}
441
442static void BufferBuilderSmallWrites(
443 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 1

BenchmarkBufferBuilderFunction · 0.85

Tested by

no test coverage detected