(b *testing.B)
| 182 | } |
| 183 | |
| 184 | func BenchmarkRealDataFastOr(b *testing.B) { |
| 185 | benchmarkRealDataAggregate(b, func(bitmaps []*Bitmap) uint64 { |
| 186 | return FastOr(bitmaps...).GetCardinality() |
| 187 | }) |
| 188 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…