jpountz commented on PR #13958: URL: https://github.com/apache/lucene/pull/13958#issuecomment-2449813210
Nightly benchmarks just picked up the change with a mix of speedups and slowdowns: https://benchmarks.mikemccandless.com/2024.10.30.18.12.23.html. Here are the main ones I'm seeing: Speedups: - CountAndHighHigh: +5% - CountAndHighMed: +2.5% Slowdowns: - Phrase -3.5% - AndHighOrMedMed: -3% - OrHighRare: -3% - AndHighHigh: -3% - AndHighMed: -2.5% I'm a bit surprised/disappointed at the `AndHighHigh`/`AndHighMed` slowdown since this change is supposed to help conjunctions, and the counting queries proved it helps. I'll look into it. -- 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