You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/10/04 14:38:43 UTC

[GitHub] [maven] AlexanderAshitkin commented on issue #290: [MNG-6774] - Speedup project graph build by paralleling operations

AlexanderAshitkin commented on issue #290: [MNG-6774] - Speedup project graph build by paralleling operations
URL: https://github.com/apache/maven/pull/290#issuecomment-538424831
 
 
   Hi
   so far on my project in conjunction with #288 i achieved speedup from 14..15 seconds to 5..6 seconds .
   
   I also tested apache wicket and results are follwing:
   Old -T1
   [main] Phase 1: 1406
   [main] Phase 2: 6539
   [main] Project graph built in: 7958
   
   New -T1 (+ #288)
   [main] Phase 1: 1413
   [main] Phase 2: 2450
   [main] Project graph built in: 3877
   
   New -T2
   [ForkJoinPool-1-worker-1] Phase 1: 845
   [ForkJoinPool-1-worker-1] Phase 2: 2443
   [main] Project graph built in: 3304
   
   New -T4
   [ForkJoinPool-1-worker-1] Phase 1: 955
   [ForkJoinPool-1-worker-1] Phase 2: 2642
   [main] Project graph built in: 3613
   
   New -T8
   [ForkJoinPool-1-worker-1] Phase 1: 1007
   [ForkJoinPool-1-worker-1] Phase 2: 2578
   [main] Project graph built in: 3608
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services