gf2121 commented on PR #12632: URL: https://github.com/apache/lucene/pull/12632#issuecomment-1751934272
FYI I run the benchmark on [latest benchmark commit](https://github.com/rmuir/vectorbench/commit/ef7e089a75a883d809145d2686e6a4dc1915c106) with a linux-x86-64 sever that AVX-512 supported. ``` Benchmark (size) Mode Cnt Score Error Units BinaryCosineBenchmark.cosineDistanceNew 1024 thrpt 5 5.637 ± 0.003 ops/us BinaryCosineBenchmark.cosineDistanceNewNew 1024 thrpt 5 4.942 ± 0.009 ops/us BinaryCosineBenchmark.cosineDistanceOld 1024 thrpt 5 0.848 ± 0.001 ops/us BinaryDotProductBenchmark.dotProductNew 1024 thrpt 5 11.717 ± 0.013 ops/us BinaryDotProductBenchmark.dotProductNewNew 1024 thrpt 5 9.623 ± 0.050 ops/us BinaryDotProductBenchmark.dotProductOld 1024 thrpt 5 1.953 ± 0.005 ops/us BinarySquareBenchmark.squareDistanceNew 1024 thrpt 5 8.407 ± 0.020 ops/us BinarySquareBenchmark.squareDistanceNewNew 1024 thrpt 5 9.057 ± 0.045 ops/us BinarySquareBenchmark.squareDistanceOld 1024 thrpt 5 1.651 ± 0.001 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