prudhvigodithi commented on PR #15446: URL: https://github.com/apache/lucene/pull/15446#issuecomment-3581439867
Since the benchmark results are part of multiple comments (https://github.com/apache/lucene/pull/15446#issuecomment-3577215055, https://github.com/apache/lucene/pull/15446#issuecomment-3576074285, https://github.com/apache/lucene/pull/15446#issue-3657117120), following is overall summary for `IntNRQ`. ### IntNRQ Benchmark Results | Scenario | Baseline QPS | Baseline StdDev | Modified QPS | Modified StdDev | % Diff | p-value | |---------|--------------|------------------|--------------|------------------|--------|---------| | **1. Intra-segment disabled on both (current `main`)** | 69.12 | 5.0% | 69.07 | 3.3% | **-0.1%** ( -7% - 8%)| 0.985 | | **2. Intra-segment: Candidate enabled, baseline disabled (without PR optimization)** | 127.75 | 0.2% | 30.92 | 1.1% | **-75.8%** (-76% - -74%) | 0.000 | | **3. Intra-segment: Candidate enabled, baseline disabled (with PR optimization)** | 50.11 | 0.0% | 29.95 | 0.0% | **-40.2%** (-40% - -40%) | 1.000 | | **4. Intra-segment enabled on both (with PR optimization)** | 12.30 | 3.8% | 30.18 | 8.2% | **+145.3%** (128% - 163%) | 0.000 | -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
