jebeaudet commented on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-875884653
I figured I'd educate myself so I built maven 3.8.1 with maven-resolver set to 1.7.0 and run the tests with `mvn compile -Daether.syncContext.named.factory=rwlock-redisson` for the same project empty .m2/repo : with redis : 4:38m without redis : 4:48m populated .m2/repo preceded by a `mvn clean` : with redis : 19.964s without redis : 17.679 So it seems that the differences in my other post were most likely related to I/O speed fetching all the dependencies more than the overhead by redis locks. -- 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