(b *testing.B)
| 1989 | } |
| 1990 | |
| 1991 | func BenchmarkQueryDescribePermanodes(b *testing.B) { |
| 1992 | benchmarkQueryPermanodes(b, true) |
| 1993 | } |
| 1994 | |
| 1995 | func benchmarkQueryPermanodes(b *testing.B, describe bool) { |
| 1996 | b.ReportAllocs() |
nothing calls this directly
no test coverage detected