(b *testing.B)
| 638 | } |
| 639 | |
| 640 | func BenchmarkZstandard(b *testing.B) { |
| 641 | benchmarkArchive(b, "zstd.7z", "", true) |
| 642 | } |
| 643 | |
| 644 | func BenchmarkNaiveReader(b *testing.B) { |
| 645 | benchmarkArchive(b, "lzma1900.7z", "", false) |
nothing calls this directly
no test coverage detected
searching dependent graphs…