kennknowles commented on pull request #13134:
URL: https://github.com/apache/beam/pull/13134#issuecomment-719078555
On my idle desktop machine:
- `git checkout github/master && ./gradlew :javaPreCommit --continue
--no-build-cache --rerun-tasks --scan`
https://scans.gradle.com/s/cdfrii6qsopii/timeline?sort=longest
- `git checkout checkerframework-classlevel && ./gradlew :javaPreCommit
--continue --no-build-cache --rerun-tasks --scan`
https://scans.gradle.com/s/2r65rr5mflsro/timeline?sort=longest
Unfortunate that the build seems very unhealthy on master so I am just
looking at particular tasks. It does look like compile tasks are perhaps 5x as
slow but it does not affect the overall runtime very much. One option is to
cease analyzing test java. These seem to have a much greater slowdown factor. I
wonder if incorrect types are more expensive than correct ones...
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]