(b *testing.B)
| 630 | } |
| 631 | |
| 632 | func BenchmarkLZ4(b *testing.B) { |
| 633 | benchmarkArchive(b, "lz4.7z", "", true) |
| 634 | } |
| 635 | |
| 636 | func BenchmarkBrotli(b *testing.B) { |
| 637 | benchmarkArchive(b, "brotli.7z", "", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…