(b *testing.B)
| 418 | } |
| 419 | |
| 420 | func BenchmarkSplitLines100(b *testing.B) { |
| 421 | benchmarkSplitLines(b, 100) |
| 422 | } |
| 423 | |
| 424 | func BenchmarkSplitLines10000(b *testing.B) { |
| 425 | benchmarkSplitLines(b, 10000) |
nothing calls this directly
no test coverage detected
searching dependent graphs…