ChrisHegarty commented on PR #12311: URL: https://github.com/apache/lucene/pull/12311#issuecomment-1558674081
Latest benchmark results. intel rocketlake (512-bit vectors): ``` Benchmark (size) Mode Cnt Score Error Units BinaryCosineBenchmark.cosineDistanceNew 1024 thrpt 5 10.447 ± 0.016 ops/us BinaryCosineBenchmark.cosineDistanceOld 1024 thrpt 5 1.059 ± 0.004 ops/us BinaryDotProductBenchmark.dotProductNew 1024 thrpt 5 20.998 ± 0.012 ops/us BinaryDotProductBenchmark.dotProductOld 1024 thrpt 5 3.216 ± 0.074 ops/us BinarySquareBenchmark.squareDistanceNew 1024 thrpt 5 16.426 ± 0.199 ops/us BinarySquareBenchmark.squareDistanceOld 1024 thrpt 5 2.384 ± 0.018 ops/us FloatCosineBenchmark.cosineNew 1024 thrpt 5 8.802 ± 0.004 ops/us FloatCosineBenchmark.cosineOld 1024 thrpt 5 0.848 ± 0.002 ops/us FloatDotProductBenchmark.dotProductNew 1024 thrpt 5 25.904 ± 0.035 ops/us FloatDotProductBenchmark.dotProductOld 1024 thrpt 5 3.479 ± 0.010 ops/us FloatSquareBenchmark.squareNew 1024 thrpt 5 18.968 ± 0.190 ops/us FloatSquareBenchmark.squareOld 1024 thrpt 5 2.575 ± 0.007 ops/us ``` mac m1 arm (128-bit vectors): ( for sanity with Robert's results ) ``` Benchmark (size) Mode Cnt Score Error Units BinaryCosineBenchmark.cosineDistanceNew 1024 thrpt 5 2.188 ± 0.027 ops/us BinaryCosineBenchmark.cosineDistanceOld 1024 thrpt 5 1.035 ± 0.021 ops/us BinaryDotProductBenchmark.dotProductNew 1024 thrpt 5 6.086 ± 0.019 ops/us BinaryDotProductBenchmark.dotProductOld 1024 thrpt 5 3.041 ± 0.149 ops/us BinarySquareBenchmark.squareDistanceNew 1024 thrpt 5 5.912 ± 0.023 ops/us BinarySquareBenchmark.squareDistanceOld 1024 thrpt 5 3.061 ± 0.085 ops/us FloatCosineBenchmark.cosineNew 1024 thrpt 5 7.420 ± 0.472 ops/us FloatCosineBenchmark.cosineOld 1024 thrpt 5 1.052 ± 0.037 ops/us FloatDotProductBenchmark.dotProductNew 1024 thrpt 5 15.489 ± 0.469 ops/us FloatDotProductBenchmark.dotProductOld 1024 thrpt 5 3.643 ± 0.428 ops/us FloatSquareBenchmark.squareNew 1024 thrpt 5 13.714 ± 1.015 ops/us FloatSquareBenchmark.squareOld 1024 thrpt 5 3.074 ± 0.118 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