jebeaudet commented on pull request #68:
URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-875962106


   with semaphores : 19.795s
   without : 17.418s
   
   This is using my custom build mvn with redisson 3.15.6 and 
maven-resolver-named-locks-redisson-1.7.1. Again, negligible difference on my 
end.
   
   I've tried to make it a bit more interesting, I've cloned 4 times my 
repository and I built the project with the `T1C` flag and start the 4 builds 
at the same time. Looks like a ~5-10% impact. 
   `mvn compile -T1C`
   build 1: 39.013s
   build 2: 39.960s
   build 3: 40.256s
   build 4: 40.355s
   
   `mvn compile -T1C -Daether.syncContext.named.factory=rwlock-redisson`
   build 1: 45.003s
   build 2: 45.059s
   build 3: 44.870s
   build 4: 45.714s
   
   `mvn compile -T1C -Daether.syncContext.named.factory=semaphore-redisson`
   build 1: 42.151s
   build 2: 43.388s
   build 3: 43.598s
   build 4: 44.008s
   
   I did run into an issue running these tests, I've opened 
https://issues.apache.org/jira/browse/MRESOLVER-189 about it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to