ChrisHegarty commented on issue #13575: URL: https://github.com/apache/lucene/issues/13575#issuecomment-2238973013
On _main_ running on ARM, I don't see any difference between JDK 21 and JDK 22. Here's the output of the VectorScorerBenchmark. ``` $ /Users/chegar/binaries/jdk-21.0.2.jdk/Contents/Home/bin/java -jar lucene/benchmark-jmh/build/benchmarks/lucene-benchmark-jmh-10.0.0-SNAPSHOT.jar org.apache.lucene.benchmark.jmh.VectorScorerBenchmark.binaryDotProductMemSeg -p size=1024 ... VectorScorerBenchmark.binaryDotProductMemSeg 1024 thrpt 15 6.235 ± 0.050 ops/us ``` ``` $ /Users/chegar/binaries/jdk-22.0.2.jdk/Contents/Home/bin/java -jar lucene/benchmark-jmh/build/benchmarks/lucene-benchmark-jmh-10.0.0-SNAPSHOT.jar org.apache.lucene.benchmark.jmh.VectorScorerBenchmark.binaryDotProductMemSeg -p size=1024 ... VectorScorerBenchmark.binaryDotProductMemSeg 1024 thrpt 15 6.289 ± 0.047 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