Disables running some stat analysis for benchmarks & Adds some sequential data structures
[libcds.git] / test / stress / stack / push.cpp
index 491ef1aff5c831127a7a7148e1e031361730851b..1d1fc5465309d7aa01e3f7149872dc604664e6ef 100644 (file)
@@ -29,6 +29,7 @@
 */
 
 #include "stack_type.h"
+#include "../misc/common.h"
 
 namespace {
 
@@ -136,8 +137,7 @@ namespace {
 
             propout() << std::make_pair( "duration", duration );
 
-            analyze( stack );
-
+            DEBUG(analyze( stack ));
             propout() << stack.statistics();
         }