(b *testing.B)
| 472 | } |
| 473 | |
| 474 | func BenchmarkSplitLines10000(b *testing.B) { |
| 475 | benchmarkSplitLines(b, 10000) |
| 476 | } |
| 477 | |
| 478 | func prepareFilesToDiff(count, seed int) (As, Bs [][][]byte) { |
| 479 | defer runtime.GC() |
nothing calls this directly
no test coverage detected