(b *testing.B)
| 39 | |
| 40 | func BenchmarkReadBugs5(b *testing.B) { benchmarkReadBugs(5, b) } |
| 41 | func BenchmarkReadBugs25(b *testing.B) { benchmarkReadBugs(25, b) } |
| 42 | func BenchmarkReadBugs150(b *testing.B) { benchmarkReadBugs(150, b) } |
nothing calls this directly
no test coverage detected