(b *testing.B)
| 468 | } |
| 469 | |
| 470 | func BenchmarkSplitLines100(b *testing.B) { |
| 471 | benchmarkSplitLines(b, 100) |
| 472 | } |
| 473 | |
| 474 | func BenchmarkSplitLines10000(b *testing.B) { |
| 475 | benchmarkSplitLines(b, 10000) |
nothing calls this directly
no test coverage detected