(b *testing.B)
| 650 | } |
| 651 | |
| 652 | func BenchmarkNaiveParallelReader(b *testing.B) { |
| 653 | benchmarkArchiveNaiveParallel(b, "lzma1900.7z", runtime.NumCPU()) |
| 654 | } |
| 655 | |
| 656 | func BenchmarkNaiveSingleParallelReader(b *testing.B) { |
| 657 | benchmarkArchiveNaiveParallel(b, "lzma1900.7z", 1) |
nothing calls this directly
no test coverage detected
searching dependent graphs…