benwtrent commented on PR #15500:
URL: https://github.com/apache/lucene/pull/15500#issuecomment-3656509596

   I benchmarked over 1M vectors, 64 maxConn
   
   I ran a bunch of times and just took the smallest latencies.
   
   unfiltered is marginally better:
   ```
   latency(ms)  netCPU  avgCpuCount
         1.272   1.259        0.990
   ```
   vs baseline:
   ```
   latency(ms)  netCPU  avgCpuCount
         1.379   1.369        0.993
   ```
   
   
   Filtered (20%) shows better:
   ```
   latency(ms)  netCPU  avgCpuCount
         3.224   3.201        0.993
   ```
   
   vs baseline:
   ```
   latency(ms)  netCPU  avgCpuCount
         4.440   4.432        0.998
   ```


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

Reply via email to