HUSTERGS commented on PR #14896: URL: https://github.com/apache/lucene/pull/14896#issuecomment-3038402676
After the newest commit, the benchmark results are as follows (I added a case where `minScoreInclusive=0` out of curiosity, although we will never get a input equals zero, at least for now) ``` Benchmark (minScoreInclusive) (size) Mode Cnt Score Error Units CompetitiveBenchmark.baseline 0 128 thrpt 5 12959.008 ± 1350.676 ops/ms CompetitiveBenchmark.baseline 0.2 128 thrpt 5 2507.018 ± 149.741 ops/ms CompetitiveBenchmark.baseline 0.4 128 thrpt 5 1506.977 ± 28.579 ops/ms CompetitiveBenchmark.baseline 0.5 128 thrpt 5 1435.951 ± 51.081 ops/ms CompetitiveBenchmark.baseline 0.8 128 thrpt 5 2672.585 ± 26.704 ops/ms CompetitiveBenchmark.candidate 0 128 thrpt 5 16484.722 ± 563.235 ops/ms CompetitiveBenchmark.candidate 0.2 128 thrpt 5 16277.810 ± 390.714 ops/ms CompetitiveBenchmark.candidate 0.4 128 thrpt 5 15902.733 ± 1703.628 ops/ms CompetitiveBenchmark.candidate 0.5 128 thrpt 5 15823.521 ± 2488.243 ops/ms CompetitiveBenchmark.candidate 0.8 128 thrpt 5 15964.216 ± 1898.512 ops/ms ``` -- 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