Am 2021-07-01 um 11:19 schrieb Guillaume Nodet:
I've been running a few tests to measure performances.
This simplistic test looks like running the following command in a loop and
measure the execution time.  This is done on a quite big project so that a
bunch of pom files are actually read.

for i in 1 2 3 4 5 6 7 8 9 10 ; do time $MAVEN_HOME/bin/mvn -DskipTests
-Dmaven.experimental.buildconsumer=true help:evaluate
-Dexpression=java.io.tmpdir -DforceStdout -q ; done

The average results are the following:
    Maven 4 with build/consumer:  28,40s
    Maven 4 w/out build/consumer: 23,43s
    Maven 3:                      21,54s

Kindly try also with -Daether.syncContext.named.factory=nolock

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to