(b *testing.B)
| 207 | } |
| 208 | |
| 209 | func BenchmarkCreateAndClose100Lines(b *testing.B) { |
| 210 | benchCreateAndClose(b, 100) |
| 211 | } |
| 212 | |
| 213 | func BenchmarkCreateAndClose1000Lines(b *testing.B) { |
| 214 | benchCreateAndClose(b, 1000) |
nothing calls this directly
no test coverage detected