jainankitk commented on PR #14622: URL: https://github.com/apache/lucene/pull/14622#issuecomment-2856815937
Running the benchmark showed significant regression for histogram collection over point range query: ``` Benchmark (bucketWidth) (docCount) (pointEnabled) Mode Cnt Score Error Units HistogramCollectorBenchmark.pointRangeQueryHistogram 5000 500000 true thrpt 3 138.569 ± 9.962 ops/s HistogramCollectorBenchmark.pointRangeQueryHistogram 5000 500000 false thrpt 3 1337483.389 ± 1216305.085 ops/s HistogramCollectorBenchmark.pointRangeQueryHistogram 5000 5000000 true thrpt 3 13.192 ± 1.157 ops/s HistogramCollectorBenchmark.pointRangeQueryHistogram 5000 5000000 false thrpt 3 800590.737 ± 636745.705 ops/s HistogramCollectorBenchmark.pointRangeQueryHistogram 25000 500000 true thrpt 3 147.852 ± 24.356 ops/s HistogramCollectorBenchmark.pointRangeQueryHistogram 25000 500000 false thrpt 3 1390016.374 ± 1364214.885 ops/s HistogramCollectorBenchmark.pointRangeQueryHistogram 25000 5000000 true thrpt 3 12.907 ± 0.491 ops/s HistogramCollectorBenchmark.pointRangeQueryHistogram 25000 5000000 false thrpt 3 1254743.974 ± 1336923.037 ops/s ``` -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org