(b *testing.B)
| 68 | } |
| 69 | |
| 70 | func BenchmarkQueryCompressed(b *testing.B) { |
| 71 | benchmarkQuery(b, true) |
| 72 | } |
| 73 | |
| 74 | func benchmarkQuery(b *testing.B, compr bool) { |
| 75 | tb := (*TB)(b) |
nothing calls this directly
no test coverage detected
searching dependent graphs…