rmannibucau commented on PR #160:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-1348508155

   > The I don't understand this: "17s for the first build, 10s for the 
second", isn't first the "full"?
   
   @cstamas the first is the run after a `clean` which means this PR or master 
will do the same - this is also why it runs in the same time. All consecutive 
builds are `package`/`install` without `clean` - exact same command than the 
first run, dev case - and there your PR is significantly slower so you should 
compare the > 1 build durations and not the first one which is globally the 
same without the state checking (but this one is almost free as you can see - 
at least in the error rate).


-- 
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...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to