(b *testing.B)
| 211 | } |
| 212 | |
| 213 | func BenchmarkCreateAndClose1000Lines(b *testing.B) { |
| 214 | benchCreateAndClose(b, 1000) |
| 215 | } |
| 216 | |
| 217 | func BenchmarkCreateAndClose10000Lines(b *testing.B) { |
| 218 | benchCreateAndClose(b, 10000) |
nothing calls this directly
no test coverage detected