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

   ok last function done (FloatCosineBenchmark). again no surprises here:
   
   skylake:
   ```
   Benchmark                       (size)   Mode  Cnt    Score    Error   Units
   FloatCosineBenchmark.cosineNew    1024  thrpt    5    6.136 ±  0.023  ops/us
   FloatCosineBenchmark.cosineOld    1024  thrpt    5    0.640 ±  0.005  ops/us
   ```
   
   m1:
   ```
   Benchmark                       (size)   Mode  Cnt    Score   Error   Units
   FloatCosineBenchmark.cosineNew    1024  thrpt    5    7.787 ± 0.007  ops/us
   FloatCosineBenchmark.cosineOld    1024  thrpt    5    1.076 ± 0.003  ops/us
   ```
   
   This is the last of the 6 functions, I will get them pushed so the 
VectorUtilProvider is complete, for all the similarity functions.


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