(b *testing.B)
| 598 | } |
| 599 | |
| 600 | func BenchmarkBzip2(b *testing.B) { |
| 601 | benchmarkArchive(b, "bzip2.7z", "", true) |
| 602 | } |
| 603 | |
| 604 | func BenchmarkCopy(b *testing.B) { |
| 605 | benchmarkArchive(b, "copy.7z", "", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…