(b *testing.B)
| 203 | } |
| 204 | |
| 205 | func BenchmarkCreateAndClose10Lines(b *testing.B) { |
| 206 | benchCreateAndClose(b, 10) |
| 207 | } |
| 208 | |
| 209 | func BenchmarkCreateAndClose100Lines(b *testing.B) { |
| 210 | benchCreateAndClose(b, 100) |
nothing calls this directly
no test coverage detected