About the performance of the test builds

2017-01-29 Thread Daniel Sun
Hi all, I noticed that test builds that use JDK 8 cost different time, they run tests from master and parrot branch(contains all commits from master)(http://ci.groovy-lang.org/project.html?projectId=Groovy), e.g. BUILDTESTS COUNTCOSTED TIME

Re: About the performance of the test builds

2017-01-29 Thread Jochen Theodorou
On 29.01.2017 15:46, Daniel Sun wrote: Hi all, I noticed that test builds that use JDK 8 cost different time, they run tests from master and parrot branch(contains all commits from master)(http://ci.groovy-lang.org/project.html?projectId=Groovy), e.g. BUILD

答复: About the performance of the test builds

2017-01-29 Thread Daniel Sun
Hi Jochen, > hardware is the same for all. afaik the parrot branch under the "JDK 7 > build" is tested with a JDK7 build bot. "Antlr4 grammar" is tested with > a JDK8 bot. The same bot is used for "JDK 8 build". If "Antlr4 grammar" is using the same bot with "JDK 8 build", the performance

Re: 答复: About the performance of the test builds

2017-01-29 Thread Paul King
I think it is a bit hard to compare those two numbers. Antlr4 grammar build steps are: gradlew test JDK8 Build steps are: gradlew clean test // with Indy gradlew clean test // without Indy And as a general comment, the CI server has numerous jobs that are kicked off from the main builds, so expe

Re: 答复: About the performance of the test builds

2017-01-29 Thread Daniel Sun
Hi Paul, We can also run "clean" task for Antlr4 grammar build first as other builds do and compare these builds again. Cheers, Daniel.Sun 在 "paulk_asert [via Groovy]" ,2017年1月30日 14:37写道: I think it is a bit hard to compare those two numbers. Antlr4 grammar build steps are: gradlew t