pub fn benchmark_throughput(n: usize) -> Result<BatchResult>Expand description
Returns the throughput of a no-op pipeline to measure overhead.
Creates n temporary files and streams them through stream_copy.
Returns the measured throughput in files/second.