(b *testing.B)
| 602 | } |
| 603 | |
| 604 | func BenchmarkCopy(b *testing.B) { |
| 605 | benchmarkArchive(b, "copy.7z", "", true) |
| 606 | } |
| 607 | |
| 608 | func BenchmarkDeflate(b *testing.B) { |
| 609 | benchmarkArchive(b, "deflate.7z", "", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…