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

Function Writer_Unbuffered

cpp/src/arrow/gpu/cuda_benchmark.cc:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78static void Writer_Unbuffered(benchmark::State& state) {
79 // 128MB
80 const int64_t kTotalBytes = 1 << 27;
81 CudaBufferWriterBenchmark(state, kTotalBytes, state.range(0), 0);
82}
83
84// Vary chunk write size from 256 bytes to 64K
85BENCHMARK(Writer_Buffered)->RangeMultiplier(16)->Range(1 << 8, 1 << 16)->UseRealTime();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected