dweiss commented on PR #15386: URL: https://github.com/apache/lucene/pull/15386#issuecomment-3475912821
Most of it is likely to be startup time. Formatting one file should be super-fast. I think you either need to play with jvm settings or make a simple http server... I myself don't care that much about formatting until I get the tests to pass, then just run ```gradlew tidy check -x test``` on the entire project to ensure everything (excluding tests) complies. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
