Disables running some stat analysis for benchmarks & Adds some sequential data structures
[libcds.git] / test / stress / queue / push.cpp
index 57bb3697d8a30b441232de19a1eedc91c2244c8d..398ca66b197631ba53e1d9ec31310c5093461a2e 100644 (file)
@@ -29,6 +29,7 @@
 */
 
 #include "queue_type.h"
+#include "../misc/common.h"
 
 // Multi-threaded queue test for push operation
 namespace {
@@ -135,7 +136,7 @@ namespace {
 
             propout() << std::make_pair( "duration", duration );
 
-            analyze( q );
+            DEBUG(analyze( q ));
 
             propout() << q.statistics();
         }