Added MichaelMap statistics output to map stress tests
authorkhizmax <libcds.dev@gmail.com>
Thu, 25 Aug 2016 18:05:05 +0000 (21:05 +0300)
committerkhizmax <libcds.dev@gmail.com>
Thu, 25 Aug 2016 18:05:05 +0000 (21:05 +0300)
test/stress/map/map_type_iterable_list.h
test/stress/map/map_type_lazy_list.h
test/stress/map/map_type_michael_list.h

index a35e5e6..86a6386 100644 (file)
@@ -36,6 +36,8 @@
 #include <cds/container/iterable_kvlist_hp.h>
 #include <cds/container/iterable_kvlist_dhp.h>
 
+#include <cds_test/stat_iterable_list_out.h>
+
 namespace map {
 
     template <typename Key, typename Value>
index d194ca6..105eea2 100644 (file)
@@ -38,6 +38,8 @@
 #include <cds/container/lazy_kvlist_rcu.h>
 #include <cds/container/lazy_kvlist_nogc.h>
 
+#include <cds_test/stat_lazy_list_out.h>
+
 namespace map {
 
     template <typename Key, typename Value>
index f06d6b4..a6ba41b 100644 (file)
@@ -38,6 +38,8 @@
 #include <cds/container/michael_kvlist_rcu.h>
 #include <cds/container/michael_kvlist_nogc.h>
 
+#include <cds_test/stat_michael_list_out.h>
+
 namespace map {
 
     template <typename Key, typename Value>