(t *testing.T)
| 201 | } |
| 202 | |
| 203 | func TestBitmapIteratorAdvance(t *testing.T) { |
| 204 | testContainerIteratorAdvance(t, newBitmapContainer()) |
| 205 | } |
| 206 | |
| 207 | // go test -bench BenchmarkShortIteratorAdvance -run - |
| 208 | func BenchmarkShortIteratorAdvanceBitmap(b *testing.B) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…