gianm commented on PR #20129:
URL: https://github.com/apache/druid/pull/20129#issuecomment-5403066419

   Benchmarks, using the newly added case in `TimeseriesBenchmark`.
   
   ```
   ImmutableRoaringBitmap#getIntIterator
   
   Benchmark                                      (descending)  (numSegments)  
(queryGranularity)  (rowsPerSegment)            (schemaAndQuery)  (vectorize)  
Mode  Cnt      Score      Error  Units
   TimeseriesBenchmark.querySingleQueryableIndex          true              1   
             hour           5000000  basic.orFilterPartialIndex         true  
avgt   15  95480.273 ± 1764.428  us/op
   TimeseriesBenchmark.querySingleQueryableIndex         false              1   
             hour           5000000  basic.orFilterPartialIndex         true  
avgt   15  85104.620 ±  735.264  us/op
   
   SeekableRoaringIntIterator
   
   Benchmark                                      (descending)  (numSegments)  
(queryGranularity)  (rowsPerSegment)            (schemaAndQuery)  (vectorize)  
Mode  Cnt      Score      Error  Units
   TimeseriesBenchmark.querySingleQueryableIndex          true              1   
             hour           5000000  basic.orFilterPartialIndex         true  
avgt   15  84235.616 ± 1213.012  us/op
   TimeseriesBenchmark.querySingleQueryableIndex         false              1   
             hour           5000000  basic.orFilterPartialIndex         true  
avgt   15  81231.637 ± 1409.373  us/op
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to