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
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
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
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
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