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


   Tested on project w/ 134 modules (is not public), UTs/ITs were skipped:
   `mvn clean package -Dtest=void -Dit.test=void -s settings.xml`
   (settings: mirrorOf points to local repoman and sets own local repo that is 
nuked between maven types)
   Note: as transport was local to warmed up repoMan, transport-wagon vs 
transport-http diminished (unlike when before went directly for Maven Central).
   
   3 runs done one after other: 1st run w/ empty local repo, 2nd and 3rd run 
with "warmed" local repo.
   At end counted files as well.
   
   mvn 3.8.5 (resolver 1.6.x + wagon):
   Total time: 01:37, 01:14, 01:15
   Total files: 7891
   Total bytes:  608 MB
   
   mvn bfs (resolver 1.8.0 skipper PR + transport-http):
   Total time: 01:35, 01:20, 01.20
   Total files: 7742
   Total bytes:  607 MB
   
   mvn bfs (resolver 1.8.0 skipper PR + transport-http) SKIPPER DISABLED:
   Total time: 01:33, 01:20, 01:20
   Total files: 7892
   Total bytes:  608 MB
   


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