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

Function Writer_Buffered

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

Source from the content-addressed store, hash-verified

66}
67
68static void Writer_Buffered(benchmark::State& state) {
69 // 128MB
70 const int64_t kTotalBytes = 1 << 27;
71
72 // 8MB
73 const int64_t kBufferSize = 1 << 23;
74
75 CudaBufferWriterBenchmark(state, kTotalBytes, state.range(0), kBufferSize);
76}
77
78static void Writer_Unbuffered(benchmark::State& state) {
79 // 128MB

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected