(b *testing.B)
| 658 | } |
| 659 | |
| 660 | func BenchmarkParallelReader(b *testing.B) { |
| 661 | benchmarkArchiveParallel(b, "lzma1900.7z") |
| 662 | } |
| 663 | |
| 664 | func BenchmarkBCJ(b *testing.B) { |
| 665 | benchmarkArchive(b, "bcj.7z", "", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…