go test -bench BenchmarkShortIteratorNext -run -
(b *testing.B)
| 211 | |
| 212 | // go test -bench BenchmarkShortIteratorNext -run - |
| 213 | func BenchmarkShortIteratorNextBitmap(b *testing.B) { |
| 214 | benchmarkContainerIteratorNext(b, newBitmapContainer()) |
| 215 | } |
| 216 | |
| 217 | func TestBitmapOffset(t *testing.T) { |
| 218 | nums := []uint16{10, 60, 70, 100, 1000} |
nothing calls this directly
no test coverage detected
searching dependent graphs…