Tune FeldmanHashMap tests
[libcds.git] / tests / unit / map2 / map_type_feldman_hashmap.h
index 6d6dd47518636ed482254635540b03a990ba61ce..0896230c8b6d04ca4b35c764a4c9760e70929868 100644 (file)
@@ -165,6 +165,8 @@ namespace map2 {
 
         std::vector< cds::intrusive::feldman_hashset::level_statistics > level_stat;
         m.get_level_statistics( level_stat );
+        CPPUNIT_MSG( level_stat );
+        /*
         CPPUNIT_MSG( "Level statistics, height=" << level_stat.size());
         size_t i = 0;
         CPPUNIT_MSG( "  i   node_count capacity    data_cell   array_cell   empty_cell" );
@@ -177,6 +179,7 @@ namespace map2 {
                       << std::setw(12) << it->empty_cell_count << std::setw(0)
                       );
         }
+        */
     }
 
 }   // namespace map2