Disables running some stat analysis for benchmarks & Adds some sequential data structures
[libcds.git] / test / stress / set / del3 / set_del3.h
index 012cb9d3e7f2a1de1bfb8364854082e06d7b46d9..f53fb3d8c7b9f8b85533df7b13c6c34b3d20edaf 100644 (file)
@@ -29,6 +29,7 @@
 */
 
 #include "set_type.h"
+#include "../../misc/common.h"
 #include <cds/os/topology.h>
 
 namespace set {
@@ -878,7 +879,7 @@ namespace set {
 
             Set  testSet( *this );
             do_test_with( testSet );
-            analyze( testSet );
+            DEBUG(analyze( testSet ));
         }
 
         template <class Set>
@@ -888,7 +889,7 @@ namespace set {
 
             Set  testSet( *this );
             do_test_extract_with( testSet );
-            analyze( testSet );
+            DEBUG(analyze( testSet ));
         }
 
         template <class Map>