(b *testing.B)
| 626 | } |
| 627 | |
| 628 | func BenchmarkComplex(b *testing.B) { |
| 629 | benchmarkArchive(b, "lzma1900.7z", "", true) |
| 630 | } |
| 631 | |
| 632 | func BenchmarkLZ4(b *testing.B) { |
| 633 | benchmarkArchive(b, "lz4.7z", "", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…