X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=struct%2Fht_test.c;h=fd7652446706cd55a2a59dab1db106184a017f18;hp=c7e6d57c1d34c59f9cd4ae2ce89750f1e544e0d1;hb=1da02238e784eaba7bc8193f62a738e9d3f3ee1a;hpb=fb536c12185fd1e339b5fd479d9ef84554b436df diff --git a/struct/ht_test.c b/struct/ht_test.c index c7e6d57..fd76524 100644 --- a/struct/ht_test.c +++ b/struct/ht_test.c @@ -93,7 +93,7 @@ void *simple_worker (void *arg) { hash_table_t *ht = wd->ht; CuTest* tc = wd->tc; uint64_t d = wd->id; - int iters = 20000; + int iters = 1000000; SYNC_ADD(wd->wait, -1); do { } while (*((volatile worker_data_t *)wd)->wait); // wait for all workers to be ready