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 2020/02/24 00:52:59 UTC

[GitHub] [maven] AlexanderAshitkin commented on issue #288: [MNG-6773] Slow extension key creation in DefaultExtensionRealmCache under lock

AlexanderAshitkin commented on issue #288: [MNG-6773] Slow extension key creation in DefaultExtensionRealmCache under lock
URL: https://github.com/apache/maven/pull/288#issuecomment-590137951
 
 
   > For this type of changes I would like to see an ICLA. I'd like to see the results with https://github.com/quick-perf/maven-test-bench to get the confirmation of this fix.
   
   Robert, performance depends on file system. Slower FS - better numbers. In my project results are:
   Old -T1
   [main] Phase 1: 1406 // phase1 - parse files
   [main] Phase 2: 6539 // phase2 - process references
   [main] Project graph built in: 7958
   
   New -T1
   [main] Phase 1: 1413
   [main] Phase 2: 2450 // this is 4 seconds win for me each time i run any maven command

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