rmuir commented on PR #12311: URL: https://github.com/apache/lucene/pull/12311#issuecomment-1558205450
I pushed a float euclidean benchmark (FloatSquareBenchmark). same shape as the dotproduct float, no surprises: skylake: ``` Benchmark (size) Mode Cnt Score Error Units FloatSquareBenchmark.squareNew 1024 thrpt 5 9.709 ± 0.233 ops/us FloatSquareBenchmark.squareOld 1024 thrpt 5 1.415 ± 0.035 ops/us ``` m1: ``` Benchmark (size) Mode Cnt Score Error Units FloatSquareBenchmark.squareNew 1024 thrpt 5 14.339 ± 0.004 ops/us FloatSquareBenchmark.squareOld 1024 thrpt 5 3.180 ± 0.011 ops/us ``` -- 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