dweiss commented on PR #12737: URL: https://github.com/apache/lucene/pull/12737#issuecomment-1786815134
JMH states that: ``` -jvmArgs <string> Use given JVM arguments. Most options are inherited from the host VM options, [...] ``` and I've always relied on that. Here's an explicit version though (on main, JDK17) - it is consistent with the previous output: ``` VectorUtilBenchmark.floatCosineScalar 1024 thrpt 5 1.222 ± 0.001 ops/us VectorUtilBenchmark.floatDotProductScalar 1024 thrpt 5 3.837 ± 0.007 ops/us VectorUtilBenchmark.floatSquareScalar 1024 thrpt 5 2.519 ± 0.009 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