(b *testing.B)
| 618 | } |
| 619 | |
| 620 | func BenchmarkLZMA2(b *testing.B) { |
| 621 | benchmarkArchive(b, "lzma2.7z", "", true) |
| 622 | } |
| 623 | |
| 624 | func BenchmarkBCJ2(b *testing.B) { |
| 625 | benchmarkArchive(b, "bcj2.7z", "", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…