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

Function FileOutputStreamLargeWritesToPipe

cpp/src/arrow/io/file_benchmark.cc:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255static void FileOutputStreamLargeWritesToPipe(
256 benchmark::State& state) { // NOLINT non-const reference
257 std::shared_ptr<io::OutputStream> stream;
258 std::shared_ptr<BackgroundReader> reader;
259 SetupPipeWriter(&stream, &reader);
260
261 BenchmarkStreamingWrites(state, large_sizes, stream.get(), reader.get());
262}
263
264static void BufferedOutputStreamSmallWritesToPipe(
265 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 3

SetupPipeWriterFunction · 0.85
BenchmarkStreamingWritesFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected