slachiewicz opened a new pull request, #2102:
URL: https://github.com/apache/maven-resolver/pull/2102

   ### Summary
   Reduces iteration count in `TrackingFileManagerTestSupport` from 1,000 to 
100 in leak checks and canonical path locking tests.
   
   ### Rationale & Benchmark
   * Cuts redundant lock acquisitions and disk allocations by 90% while still 
thoroughly exercising concurrent canonical path deduplication (800 lock 
operations per FS).
   * Reduces `NamedLocksTrackingFileManagerTest` + 
`LegacyTrackingFileManagerTest` runtime from 18.8s to 5.0s (-73% speedup).
   * Relates to #2094 / #2096.


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