Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for singleBucketIntoSingleMutableMonmorphicInvocation (0.48 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            }
        }
    
        /**
         * Emulates the way that {@link AutoDateHistogramAggregationBuilder} uses {@link LongKeyedBucketOrds}.
         */
        @Benchmark
        public void singleBucketIntoSingleMutableMonmorphicInvocation(Blackhole bh) {
            LongKeyedBucketOrds.FromSingle ords = new LongKeyedBucketOrds.FromSingle(bigArrays);
            for (long i = 0; i < LIMIT; i++) {
                if (i % 100_000 == 0) {
    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