(count, seed int)
| 436 | } |
| 437 | |
| 438 | func prepareFilesToDiff(count, seed int) (As, Bs [][]string) { |
| 439 | defer runtime.GC() |
| 440 | return tester.PrepareStringsToDiff(count, seed) |
| 441 | } |
| 442 | |
| 443 | func BenchmarkDiffer(b *testing.B) { |
| 444 | A, B := prepareFilesToDiff(b.N, 0) |
no test coverage detected