dweiss commented on issue #12641: URL: https://github.com/apache/lucene/issues/12641#issuecomment-1759370475
I filed an initial take on this here: https://github.com/apache/lucene/pull/12663 Copied just one of your existing benchmarks, Rob. Try if it fits your needs. I mentioned on the PR that there is no specific task to launch a benchmark - this is easy to add, I'm just not sure if it's a good idea to do so... Especially that you can always pipe: ``` gradlew -p lucene/benchmark-jmh assemble && java --module-path lucene/benchmark-jmh/build/benchmarks --module org.apache.lucene.benchmark.jmh ``` or even create a bash alias for it?... -- 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