mirror of
https://github.com/boostorg/unordered.git
synced 2025-09-26 15:50:57 +02:00
Decrease iterations in rw_spinlock_test8 to avoid timeouts
This commit is contained in:
@@ -43,7 +43,7 @@ void f( int k, int m, int n )
|
||||
|
||||
int main()
|
||||
{
|
||||
int const N = 1000; // total iterations
|
||||
int const N = 100; // total iterations
|
||||
int const M = 4; // threads
|
||||
|
||||
std::thread th[ M ];
|
||||
|
Reference in New Issue
Block a user