(b *testing.B)
| 223 | } |
| 224 | |
| 225 | func BenchmarkCreateAndClose1000000Lines(b *testing.B) { |
| 226 | benchCreateAndClose(b, 1000000) |
| 227 | } |
| 228 | |
| 229 | func BenchmarkRead10Lines(b *testing.B) { |
| 230 | benchRead(b, 10) |
nothing calls this directly
no test coverage detected