rmuir commented on PR #11927: URL: https://github.com/apache/lucene/pull/11927#issuecomment-1314220207
Thanks, this definitely got me past my stumbling block with error-prone. I will do more tests and try to get it ready. as a first benchmark i tried './gradlew clean && ./gradlew check -x test -Dvalidation.errorprone=true -Ptask.times=true`, it makes a huge difference... with error-prone enabled: main: ``` BUILD SUCCESSFUL in 8m 30s 736 actionable tasks: 732 executed, 4 up-to-date Aggregate task times (possibly running in parallel!): 550.91 sec. compileJava 384.45 sec. compileTestJava ``` Patch: ``` BUILD SUCCESSFUL in 6m 50s 736 actionable tasks: 732 executed, 4 up-to-date Aggregate task times (possibly running in parallel!): 295.94 sec. compileJava 286.68 sec. compileTestJava ``` -- 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