(b *testing.B)
| 614 | } |
| 615 | |
| 616 | func BenchmarkLZMA(b *testing.B) { |
| 617 | benchmarkArchive(b, "lzma.7z", "", true) |
| 618 | } |
| 619 | |
| 620 | func BenchmarkLZMA2(b *testing.B) { |
| 621 | benchmarkArchive(b, "lzma2.7z", "", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…