This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 1a15987  Supporting filters in the left base table for join 
datasources (#10697)
     add 2c30f8b  Migrate bitmap benchmarks to JMH (#10936)

No new revisions were added by this update.

Summary of changes:
 .../benchmark/bitmap/BitmapBenchmarkUtils.java     |  78 +++++++++++
 .../bitmap/BitmapBenchmarkWithVaryingOrder.java    | 152 +++++++++++++++++++++
 .../benchmark/bitmap/RangeBitmapBenchmark.java     | 132 ++++++++++++++++++
 .../benchmark/bitmap/UniformBitmapBenchmark.java   | 129 +++++++++++++++++
 ...BitmapOperationAgainstConsecutiveRunsTest.java} |  26 +---
 ...apOperationAgainstUniformDistributionTest.java} |  23 +---
 ...tmapBenchmark.java => BitmapOperationTest.java} |  56 +++-----
 7 files changed, 520 insertions(+), 76 deletions(-)
 create mode 100644 
benchmarks/src/test/java/org/apache/druid/benchmark/bitmap/BitmapBenchmarkUtils.java
 create mode 100644 
benchmarks/src/test/java/org/apache/druid/benchmark/bitmap/BitmapBenchmarkWithVaryingOrder.java
 create mode 100644 
benchmarks/src/test/java/org/apache/druid/benchmark/bitmap/RangeBitmapBenchmark.java
 create mode 100644 
benchmarks/src/test/java/org/apache/druid/benchmark/bitmap/UniformBitmapBenchmark.java
 rename 
processing/src/test/java/org/apache/druid/collections/bitmap/{RangeBitmapBenchmarkTest.java
 => BitmapOperationAgainstConsecutiveRunsTest.java} (69%)
 rename 
processing/src/test/java/org/apache/druid/collections/bitmap/{UniformBitmapBenchmarkTest.java
 => BitmapOperationAgainstUniformDistributionTest.java} (74%)
 rename 
processing/src/test/java/org/apache/druid/collections/bitmap/{BitmapBenchmark.java
 => BitmapOperationTest.java} (81%)


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

Reply via email to