X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fmisc%2Fspinlock_driver.cpp;h=4a8eb35bbabdea6fd61976dda9da1d4747ccfcb9;hp=94c6c7ce67c636208ee08f1013d7c01548b64643;hb=bf562cb028f023b2d49dd7dd45fcaa3f5ddb91f3;hpb=f7b18ec599eadb55ea2e8757ba12fcab12e9f708;ds=inline diff --git a/test/stress/misc/spinlock_driver.cpp b/test/stress/misc/spinlock_driver.cpp index 94c6c7ce..4a8eb35b 100644 --- a/test/stress/misc/spinlock_driver.cpp +++ b/test/stress/misc/spinlock_driver.cpp @@ -18,7 +18,7 @@ typedef cds_others::TicketLock TicketLock; typedef cds::sync::spin SpinLock; typedef cds::sync::reentrant_spin32 Reentrant32; typedef cds::sync::reentrant_spin64 Reentrant64; -static size_t s_nSpinLockThreadCount = 6; +static size_t s_nSpinLockThreadCount = 4; static size_t s_nSpinLockPassCount = 2500000000; static size_t s_nTicketLockPassCount = 4000000;