ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
38 stars 36 forks source link

Adjust acquires-per-thread for large thread counts #4

Closed lucasclucasdo closed 6 years ago

lucasclucasdo commented 6 years ago

For very large core counts runtime can increase significantly. Since total acquires is more important than acquires per thread at these larger thread counts, the acquires-per-thread should be reduced to prevent total acquires from running away.