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: us...@infra.apache.org With regards, Apache Git Services