(b *testing.B)
| 610 | } |
| 611 | |
| 612 | func BenchmarkDelta(b *testing.B) { |
| 613 | benchmarkArchive(b, "delta.7z", "", true) |
| 614 | } |
| 615 | |
| 616 | func BenchmarkLZMA(b *testing.B) { |
| 617 | benchmarkArchive(b, "lzma.7z", "", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…