jebeaudet commented on pull request #158:
URL: https://github.com/apache/maven-resolver/pull/158#issuecomment-1068093924


   Happy to test any further but these are my results on 2 projects. All tests 
were with `clean verify -DskipTests` and done 3 times in a row.
   
   Custom mvn version was built with this fork of maven-resolver and commit 
`bef42f6feaeed73b54766faee4be5e8800dfe336` along with mvn 
`31193cbf0c93205a63c8c7b372b09200f60e69f4`. I've of course updated maven to 
point to `1.8.0-SNAPSHOT` before building.
   
   Project 1 is a relatively large multi-module with a lot of custom dependency 
management on top of the spring boot one : 
   ```
   $ /home/jebeaudet/app/maven/apache-maven-resolver-test/bin/mvn --version
   Apache Maven 4.0.0-alpha-1-SNAPSHOT 
(31193cbf0c93205a63c8c7b372b09200f60e69f4)
   Maven home: /home/jebeaudet/app/maven/apache-maven-resolver-test
   Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: 
/usr/lib/jvm/adoptopenjdk-11-hotspot-amd64
   Default locale: en_US, platform encoding: UTF-8
   OS name: "linux", version: "5.11.0-43-generic", arch: "amd64", family: "unix"
   
   real 0m52.445s
   user 2m55.211s
   sys  0m3.846s
   
   real 0m37.337s
   user 2m32.713s
   sys  0m3.484s
   
   real 0m35.950s
   user 2m27.579s
   sys  0m3.436s
   
   
   $ mvn --version
   Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
   Maven home: /opt/maven
   Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: 
/usr/lib/jvm/adoptopenjdk-11-hotspot-amd64
   Default locale: en_US, platform encoding: UTF-8
   OS name: "linux", version: "5.11.0-43-generic", arch: "amd64", family: "unix"
   
   real 0m40.983s
   user 2m36.006s
   sys  0m3.730s
   
   real 0m37.518s
   user 2m34.590s
   sys  0m3.578s
   
   real 0m35.402s
   user 2m23.442s
   sys  0m3.588s
   ```
   
   Project 2 is a service project that pulls on Project 1, along with a bunch 
of other dependencies : 
   ```
   custom mvn
   
   real 0m31.296s
   user 2m8.621s
   sys  0m2.442s
   
   real 0m29.722s
   user 2m4.344s
   sys  0m2.571s
   
   real 0m29.246s
   user 2m1.936s
   sys  0m2.755s
   
   stock mvn 3.8.1
   
   real 0m28.658s
   user 1m58.984s
   sys  0m2.458s
   
   real 0m27.881s
   user 1m56.164s
   sys  0m2.583s
   
   real 0m28.715s
   user 1m58.291s
   sys  0m2.694s
   ```
   
   From my alpha understanding of this PR, I assumed that emptying the m2 repo 
was not necessary but I could run the tests by doing that too if you want to.


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