rmuir commented on PR #14915: URL: https://github.com/apache/lucene/pull/14915#issuecomment-3046619437
For me the change is huge. My command (daemon is disabled, it does a warm-up round): ``` ./gradlew check -x test && ./gradlew clean && ./gradlew check -x test -Dtask.times=true ``` main: ``` Aggregate task times (possibly running in parallel!): 135.44 sec. ecjLintMain 125.16 sec. ecjLintTest 105.52 sec. checkGoogleJavaFormat 70.65 sec. compileTestJava 66.11 sec. compileJava 26.54 sec. validateSourcePatterns 11.83 sec. rat 11.34 sec. applyEcLint 8.67 sec. applyAstGrepRules 7.13 sec. jar BUILD SUCCESSFUL in 2m 42s 713 actionable tasks: 629 executed, 84 up-to-date ``` patch: ``` Aggregate task times (possibly running in parallel!): 105.62 sec. checkGoogleJavaFormat 72.31 sec. compileJava 50.92 sec. compileTestJava 25.03 sec. validateSourcePatterns 23.90 sec. ecjLintMain 22.82 sec. ecjLintTest 12.50 sec. rat 11.61 sec. applyEcLint 8.57 sec. applyAstGrepRules 7.08 sec. jar BUILD SUCCESSFUL in 1m 47s 712 actionable tasks: 628 executed, 84 up-to-date ``` -- 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