mayya-sharipova commented on PR #11781:
URL: https://github.com/apache/lucene/pull/11781#issuecomment-1251139127

   @msokolov Thanks for tacking this.
   
   I ran ann benchmarks with this change, and happy to confirm that in my test 
recall with this PR is the same as in 9.3 branch, although QPS is lower, but we 
can investigate QPSs later.
   
   
   
   
   **glove-100-angular M:16 efConstruction:100**
   
   |             | 9.3 recall |  9.3 QPS | this PR recall | this PR QPS |
   | ----------- | ---------: | -------: | -------------: | ----------: |
   | n_cands=10  |      0.620 | 2745.933 |          0.620 |    1675.500 |
   | n_cands=20  |      0.680 | 2288.665 |          0.680 |    1512.744 |
   | n_cands=40  |      0.746 | 1770.243 |          0.746 |    1040.240 |
   | n_cands=80  |      0.809 | 1226.738 |          0.809 |     695.236 |
   | n_cands=120 |      0.843 |  948.908 |          0.843 |     525.914 |
   | n_cands=200 |      0.878 |  671.781 |          0.878 |     351.529 |
   | n_cands=400 |      0.918 |  392.265 |          0.918 |     207.854 |
   | n_cands=600 |      0.937 |  282.403 |          0.937 |     144.311 |
   | n_cands=800 |      0.949 |  214.620 |          0.949 |     116.875 |


-- 
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

Reply via email to