X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fmap%2Finsdelfind%2FCMakeLists.txt;h=cb81f9585181d5eaba3ddf5742a799bfe70ac6b4;hp=31683852091c3c7af60cd729b53bd2dab8374ea3;hb=bf562cb028f023b2d49dd7dd45fcaa3f5ddb91f3;hpb=f7b18ec599eadb55ea2e8757ba12fcab12e9f708;ds=sidebyside diff --git a/test/stress/map/insdelfind/CMakeLists.txt b/test/stress/map/insdelfind/CMakeLists.txt index 31683852..cb81f958 100644 --- a/test/stress/map/insdelfind/CMakeLists.txt +++ b/test/stress/map/insdelfind/CMakeLists.txt @@ -4,20 +4,20 @@ set(MAP_INSDELFIND_RCU stress-map-insdelfind-rcu) set(CDSSTRESS_MAP_INSDELFIND_HP_SOURCES ../../main.cpp map_insdelfind.cpp - map_insdelfind_cuckoo.cpp + #map_insdelfind_cuckoo.cpp map_insdelfind_ellentree_hp.cpp map_insdelfind_feldman_hashset_hp.cpp map_insdelfind_michael_hp.cpp map_insdelfind_skip_hp.cpp map_insdelfind_split_hp.cpp - map_insdelfind_std.cpp - map_insdelfind_striped.cpp + #map_insdelfind_std.cpp + #map_insdelfind_striped.cpp ) set(CDSSTRESS_MAP_INSDELFIND_RCU_SOURCES ../../main.cpp map_insdelfind.cpp - map_insdelfind_bronsonavltree.cpp + #map_insdelfind_bronsonavltree.cpp map_insdelfind_ellentree_rcu.cpp map_insdelfind_feldman_hashset_rcu.cpp map_insdelfind_michael_rcu.cpp