X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Fstress%2Fset%2Fdelodd%2Fset_delodd.cpp;h=04c5199e079b4e00c3bb544cc9ae6eea8aec2ed1;hb=056d289619d45ccf1055c18d63cb3bad072a71a0;hp=a6de8a8ce8936e95f5c0ba20d9d8fd011ea253b8;hpb=041af6c4d6ddd916ed28db2fd3ef2820ee96cd79;p=libcds.git diff --git a/test/stress/set/delodd/set_delodd.cpp b/test/stress/set/delodd/set_delodd.cpp index a6de8a8c..04c5199e 100644 --- a/test/stress/set/delodd/set_delodd.cpp +++ b/test/stress/set/delodd/set_delodd.cpp @@ -1,7 +1,7 @@ /* This file is a part of libcds - Concurrent Data Structures library - (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 + (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ @@ -36,6 +36,7 @@ namespace set { size_t Set_DelOdd::s_nInsThreadCount = 4; size_t Set_DelOdd::s_nDelThreadCount = 4; size_t Set_DelOdd::s_nExtractThreadCount = 4; + size_t Set_DelOdd::s_nFindThreadCount = 2; size_t Set_DelOdd::s_nMaxLoadFactor = 8; size_t Set_DelOdd::s_nInsertPassCount = 100; @@ -64,6 +65,7 @@ namespace set { s_nDelThreadCount = cfg.get_size_t( "DelThreadCount", s_nDelThreadCount ); s_nExtractThreadCount = cfg.get_size_t( "ExtractThreadCount", s_nExtractThreadCount ); + s_nFindThreadCount = cfg.get_size_t( "FindThreadCount", s_nFindThreadCount ); s_nMaxLoadFactor = cfg.get_size_t( "MaxLoadFactor", s_nMaxLoadFactor ); if ( s_nMaxLoadFactor == 0 )