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