Decrease iterations in rw_spinlock_test8 to avoid timeouts

This commit is contained in:
Peter Dimov
2023-06-26 02:42:12 +03:00
parent 1e4deb10a1
commit fcb3f0e82a

View File

@@ -43,7 +43,7 @@ void f( int k, int m, int n )
int main() int main()
{ {
int const N = 1000; // total iterations int const N = 100; // total iterations
int const M = 4; // threads int const M = 4; // threads
std::thread th[ M ]; std::thread th[ M ];