mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-19 15:35:25 +00:00
merge fix
This commit is contained in:
@@ -63,6 +63,9 @@ public class ZipBenchmarks : ArchiveBenchmarkBase
|
||||
{
|
||||
await using var entryStream = await entry.OpenEntryStreamAsync().ConfigureAwait(false);
|
||||
await entryStream.CopyToAsync(Stream.Null).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
[Benchmark(Description = "Zip: Extract all entries (Reader API) - SystemDeflate")]
|
||||
public void SystemZipExtractReaderApi()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user