rmuir commented on PR #12311:
URL: https://github.com/apache/lucene/pull/12311#issuecomment-1558073763

   I pushed a BinaryCosine benchmark as well, also similar stuff, just a more 
complex formula:
   
   mac m1:
   ```
   Benchmark                                (size)   Mode  Cnt  Score   Error   
Units
   BinaryCosineBenchmark.cosineDistanceNew    1024  thrpt    5  2.260 ± 0.005  
ops/us
   BinaryCosineBenchmark.cosineDistanceOld    1024  thrpt    5  1.046 ± 0.002  
ops/us
   ```
   
   skylake:
   ```
   Benchmark                                (size)   Mode  Cnt  Score   Error   
Units
   BinaryCosineBenchmark.cosineDistanceNew    1024  thrpt    5  3.658 ± 0.045  
ops/us
   BinaryCosineBenchmark.cosineDistanceOld    1024  thrpt    5  0.799 ± 0.011  
ops/us
   ```
   
   I'll push these functions to the branch just to have more completeness and 
because there were zero surprises or anything to think about, just rote work


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