(b *testing.B)
| 64 | const concurrencyLevel = 10 |
| 65 | |
| 66 | func BenchmarkQuery(b *testing.B) { |
| 67 | benchmarkQuery(b, false) |
| 68 | } |
| 69 | |
| 70 | func BenchmarkQueryCompressed(b *testing.B) { |
| 71 | benchmarkQuery(b, true) |
nothing calls this directly
no test coverage detected