Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for FromManySmall (0.05 seconds)

  1. benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/bucket/terms/LongKeyedBucketOrdsBenchmark.java

         */
        @Setup
        public void forceLoadClasses(Blackhole bh) {
            bh.consume(LongKeyedBucketOrds.FromSingle.class);
            bh.consume(LongKeyedBucketOrds.FromMany.class);
            bh.consume(LongKeyedBucketOrds.FromManySmall.class);
        }
    
        /**
         * Emulates a way that we do <strong>not</strong> use {@link LongKeyedBucketOrds}
         * because it is not needed.
         */
        @Benchmark
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Feb 19 20:59:23 GMT 2021
    - 8.4K bytes
    - Click Count (0)
Back to Top