(b *testing.B)
| 622 | } |
| 623 | |
| 624 | func BenchmarkBCJ2(b *testing.B) { |
| 625 | benchmarkArchive(b, "bcj2.7z", "", true) |
| 626 | } |
| 627 | |
| 628 | func BenchmarkComplex(b *testing.B) { |
| 629 | benchmarkArchive(b, "lzma1900.7z", "", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…