Disables running some stat analysis for benchmarks & Adds some sequential data structures
[libcds.git] / test / stress / sequential / sequential-set / del3 / set_del3.h
index 8a89c962c58a037dea2501a696245eaa2b09ddb4..fdea039d1d743ccdff0ac1056b6405f80361e896 100644 (file)
@@ -124,12 +124,13 @@ namespace set {
         static size_t s_nDelThreadCount;       // delete thread count
         static size_t s_nExtractThreadCount;   // extract thread count
         static size_t s_nMaxLoadFactor;        // maximum load factor
         static size_t s_nDelThreadCount;       // delete thread count
         static size_t s_nExtractThreadCount;   // extract thread count
         static size_t s_nMaxLoadFactor;        // maximum load factor
+        
         static size_t s_nPassCount;
         static size_t s_nFeldmanPassCount;
         static size_t s_nPassCount;
         static size_t s_nFeldmanPassCount;
-
         static size_t s_nInsertPassCount;
         static size_t s_nDeletePassCount;
         static size_t s_nFindPassCount;
         static size_t s_nInsertPassCount;
         static size_t s_nDeletePassCount;
         static size_t s_nFindPassCount;
+
         static size_t s_nFindThreadCount;      // find thread count
 
         static size_t s_nCuckooInitialSize;    // initial size for CuckooSet
         static size_t s_nFindThreadCount;      // find thread count
 
         static size_t s_nCuckooInitialSize;    // initial size for CuckooSet