(b *testing.B)
| 215 | } |
| 216 | |
| 217 | func BenchmarkCreateAndClose10000Lines(b *testing.B) { |
| 218 | benchCreateAndClose(b, 10000) |
| 219 | } |
| 220 | |
| 221 | func BenchmarkCreateAndClose100000Lines(b *testing.B) { |
| 222 | benchCreateAndClose(b, 100000) |
nothing calls this directly
no test coverage detected