Disables running some stat analysis for benchmarks & Adds some sequential data structures
[libcds.git] / test / stress / set / delodd / set_delodd.h
index 45302cd9da3762892d2f95380a554664180e6efc..4f77e07782ba245faf3309522a62c29af0f59565 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>