yacreader/tests/concurrent_queue_test
Igor Kushnir c333fbc7d0 ConcurrentQueueTest::randomCalls(): test dominant enqueue()
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.
2021-12-29 09:36:44 +01:00
..
concurrent_queue_test.cpp ConcurrentQueueTest::randomCalls(): test dominant enqueue() 2021-12-29 09:36:44 +01:00
concurrent_queue_test.pro tests: add the first Qt Test - ConcurrentQueueTest 2021-12-29 09:36:44 +01:00