Disables running some stat analysis for benchmarks & Adds some sequential data structures
[libcds.git] / test / stress / map / minmax / map_minmax.h
index 6958d727cb7cd511e0b8474dcb88fd5b2e4989dc..1efcb31bc0e024814edcf831701648fc0c8f75c4 100644 (file)
@@ -29,6 +29,7 @@
 */
 
 #include "map_type.h"
+#include "../../misc/common.h"
 #include <cds/os/topology.h>
 
 namespace map {
@@ -374,7 +375,7 @@ namespace map {
                 << std::make_pair( "extract_max", nDeleteMax )
                 << std::make_pair( "extract_max_failed", nDeleteMaxFailed );
 
-            analyze( testMap );
+            DEBUG(analyze( testMap ));
         }
 
         template <class Map>