mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Add another data column to randomCalls() - boostEnqueueOperationWeight - that determines whether or not enqueue() operation's weight/probability is much greater than the other operations' weights. The new column allows to retain the existing much-closer-to-equal weights, which test other aspects of ConcurrentQueue and have detected bugs already. Reduce the number of thread count data rows to offset the test duration increase somewhat.