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

Function BufferBuilderSmallWrites

cpp/src/arrow/builder_benchmark.cc:442–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442static void BufferBuilderSmallWrites(
443 benchmark::State& state) { // NOLINT non-const reference
444 // A 700-byte datum
445 std::string datum;
446 for (int i = 0; i < 100; ++i) {
447 datum += "abcdefg";
448 }
449 return BenchmarkBufferBuilder(datum, state);
450}
451
452static void BufferBuilderLargeWrites(
453 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 1

BenchmarkBufferBuilderFunction · 0.85

Tested by

no test coverage detected