mikemccand commented on PR #12737: URL: https://github.com/apache/lucene/pull/12737#issuecomment-1787353298
OK I ran again this command: `./gradlew -p lucene/benchmark-jmh assemble && java -jar lucene/benchmark-jmh/build/benchmarks/lucene-benchmark-jmh-10.0.0-SNAPSHOT.jar float -p size=1024` on: `main`: ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.floatCosineScalar 1024 thrpt 5 1.194 ± 0.015 ops/us VectorUtilBenchmark.floatCosineVector 1024 thrpt 5 10.984 ± 0.095 ops/us VectorUtilBenchmark.floatDotProductScalar 1024 thrpt 5 3.876 ± 0.003 ops/us VectorUtilBenchmark.floatDotProductVector 1024 thrpt 5 19.507 ± 0.183 ops/us VectorUtilBenchmark.floatSquareScalar 1024 thrpt 5 2.653 ± 0.008 ops/us VectorUtilBenchmark.floatSquareVector 1024 thrpt 5 19.332 ± 0.163 ops/us ``` and PR: ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.floatCosineScalar 1024 thrpt 5 1.529 ± 0.234 ops/us VectorUtilBenchmark.floatCosineVector 1024 thrpt 5 12.123 ± 0.156 ops/us VectorUtilBenchmark.floatDotProductScalar 1024 thrpt 5 4.058 ± 0.001 ops/us VectorUtilBenchmark.floatDotProductVector 1024 thrpt 5 19.562 ± 0.148 ops/us VectorUtilBenchmark.floatSquareScalar 1024 thrpt 5 3.227 ± 0.058 ops/us VectorUtilBenchmark.floatSquareVector 1024 thrpt 5 18.472 ± 0.088 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