rmuir commented on PR #11927: URL: https://github.com/apache/lucene/pull/11927#issuecomment-1315632772
I tested on M1 mac that has 10 cores (8 performance + 2 efficiency). With these higher concurrency levels, the benchmark is a little flawed since there are a couple of single-task bottlenecks that dominate. Plus it is just so much faster than my computer. Still, I think it shows that there's less contention and less overwhelming the system? `org.gradle.workers.max=5` (the defaults generated for you by lucene build) ``` main: 1m 31s patch: 1m 34s ``` `org.gradle.workers.max=8` (matching number of performance cores) ``` main: 1m 44s patch: 1m 30s ``` `org.gradle.workers.max=10` (matching number of total cores) ``` main: 1m 47s patch: 1m 32s ``` -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org