Akka.Streams.Tests.Performance.IO.FileSourcesBenchmark.FileChannel_without_read_ahead C# (CSharp) Method

FileChannel_without_read_ahead() private method

private FileChannel_without_read_ahead ( ) : void
return void
        public void FileChannel_without_read_ahead()
            => _fileChannelSource.WithAttributes(Attributes.CreateInputBuffer(1, 1))
                .To(Sink.Ignore<ByteString>())
                .Run(_materializer)
                .Wait(TimeSpan.FromMinutes(1));