We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b03d005 + cf360d5 commit 02fdb8fCopy full SHA for 02fdb8f
test/gtest/ucs/test_type.cc
@@ -320,7 +320,7 @@ UCS_TEST_F(test_rwlock, memory_barriers) {
320
ucs_rw_spinlock_t lock = UCS_RWLOCK_STATIC_INITIALIZER;
321
data_t data1 = {0};
322
data_t data2 = {0};
323
- measure(10000000, threads,
+ measure(1000000, threads,
324
[&]() {
325
ucs_rw_spinlock_read_lock(&lock);
326
data_t d1 = data1;
0 commit comments