caiwei-ebay commented on pull request #158: URL: https://github.com/apache/maven-resolver/pull/158#issuecomment-1069797740
> Am getting consistently slower results (2nd, 3rd run), but unsure is it skipper or BFS that is on master? > > @caiwei-ebay could you tell more about those projects you refer to? I guess they are not open (if they are, please point us on them), but I wonder what they have in common: size (as in module count/reactor size)? are they using version ranges? Are they having unused dependencies (as you refer to "make dep tree clean, remove unused dependencies")...? @cstamas Thanks for the test report. The projects I mentioned in previous comment are company internal. The most common issue is heavy dependencies + different exclusions are widely used in project which make maven resolve duplicate node again and again. The maven build usually takes >5 minutes with tests skipped, this is why I say they are complex projects. Let me try to find if there is any such open source projects that can reproduce such issue. Regarding the test method, could you please build mvn bfs with code checked out before the "BFS approach" commit and run the performance test? This can help narrow down the root causes, either because of the BFS commit or commits before BFS. -- 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