ChrisHegarty commented on PR #12311: URL: https://github.com/apache/lucene/pull/12311#issuecomment-1561251934
Sanity with Robert's results. ( no surprises ) ``` $ jdk-20.0.1/bin/java -XX:UseAVX=0 -jar target/vectorbench.jar -psize=1024 Benchmark (size) Mode Cnt Score Error Units BinaryCosineBenchmark.cosineDistanceNew 1024 thrpt 5 1.212 ± 0.002 ops/us BinaryCosineBenchmark.cosineDistanceOld 1024 thrpt 5 1.212 ± 0.001 ops/us BinaryDotProductBenchmark.dotProductNew 1024 thrpt 5 3.428 ± 0.010 ops/us BinaryDotProductBenchmark.dotProductOld 1024 thrpt 5 3.228 ± 0.020 ops/us BinarySquareBenchmark.squareDistanceNew 1024 thrpt 5 2.597 ± 0.006 ops/us BinarySquareBenchmark.squareDistanceOld 1024 thrpt 5 2.608 ± 0.009 ops/us FloatCosineBenchmark.cosineNew 1024 thrpt 5 5.350 ± 0.003 ops/us FloatCosineBenchmark.cosineOld 1024 thrpt 5 1.073 ± 0.002 ops/us FloatDotProductBenchmark.dotProductNew 1024 thrpt 5 14.443 ± 0.011 ops/us FloatDotProductBenchmark.dotProductOld 1024 thrpt 5 3.742 ± 0.005 ops/us FloatSquareBenchmark.squareNew 1024 thrpt 5 10.316 ± 0.009 ops/us FloatSquareBenchmark.squareOld 1024 thrpt 5 2.655 ± 0.002 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