(b *testing.B)
| 606 | } |
| 607 | |
| 608 | func BenchmarkDeflate(b *testing.B) { |
| 609 | benchmarkArchive(b, "deflate.7z", "", true) |
| 610 | } |
| 611 | |
| 612 | func BenchmarkDelta(b *testing.B) { |
| 613 | benchmarkArchive(b, "delta.7z", "", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…