Fixed MultiLevelHashSet MT-test
[libcds.git] / tests / unit / set2 / set_insdel_func.cpp
index 3bb3286ea57ec1bd31bc899633e2a23d298e20e5..02773f1e55950e7ef11b182501e72ecf9733a33a 100644 (file)
@@ -19,6 +19,9 @@ namespace set2 {
         c_nCuckooProbesetSize = cfg.getSizeT("CuckooProbesetSize", c_nCuckooProbesetSize );
         c_nCuckooProbesetThreshold = cfg.getSizeT("CuckooProbesetThreshold", c_nCuckooProbesetThreshold );
 
+        c_nMultiLevelSet_HeadBits = cfg.getSizeT("MultiLevelMapHeadBits", c_nMultiLevelSet_HeadBits);
+        c_nMultiLevelSet_ArrayBits = cfg.getSizeT("MultiLevelMapArrayBits", c_nMultiLevelSet_ArrayBits);
+
         if ( c_nInsertThreadCount == 0 )
             c_nInsertThreadCount = std::thread::hardware_concurrency();
         if ( c_nDeleteThreadCount == 0 )