go test -bench BenchmarkShortIteratorAdvance -run -
(b *testing.B)
| 206 | |
| 207 | // go test -bench BenchmarkShortIteratorAdvance -run - |
| 208 | func BenchmarkShortIteratorAdvanceBitmap(b *testing.B) { |
| 209 | benchmarkContainerIteratorAdvance(b, newBitmapContainer()) |
| 210 | } |
| 211 | |
| 212 | // go test -bench BenchmarkShortIteratorNext -run - |
| 213 | func BenchmarkShortIteratorNextBitmap(b *testing.B) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…