cb72e34c7a46e8b8e6e302b1309766d56989e856
[libcds.git] / tests / unit / set2 / set_insdel_func.cpp
1 //$$CDS-header$$
2
3 #include "set2/set_insdel_func.h"
4
5 namespace set2 {
6
7     CPPUNIT_TEST_SUITE_REGISTRATION( Set_InsDel_func );
8
9     size_t  Set_InsDel_func::c_nMapSize = 1000000    ;  // map size
10     size_t  Set_InsDel_func::c_nInsertThreadCount = 4;  // count of insertion thread
11     size_t  Set_InsDel_func::c_nDeleteThreadCount = 4;  // count of deletion thread
12     size_t  Set_InsDel_func::c_nEnsureThreadCount = 4;  // count of ensure thread
13     size_t  Set_InsDel_func::c_nThreadPassCount = 4  ;  // pass count for each thread
14     size_t  Set_InsDel_func::c_nMaxLoadFactor = 8    ;  // maximum load factor
15     bool    Set_InsDel_func::c_bPrintGCState = true;
16
17
18     CPPUNIT_TEST_SUITE_PART( Set_InsDel_func, run_MichaelSet )
19         CDSUNIT_TEST_MichaelSet
20     CPPUNIT_TEST_SUITE_END_PART()
21
22 } // namespace set2