Removes unnecessary sequential map fill up routine for parallel map test cases
authorPeizhao Ou <peizhaoo@uci.edu>
Wed, 14 Feb 2018 22:42:13 +0000 (14:42 -0800)
committerPeizhao Ou <peizhaoo@uci.edu>
Wed, 14 Feb 2018 22:42:13 +0000 (14:42 -0800)
commit325f100f413398761a38f844f49b45c7e1855643
treefe98226ef55c6dbecfceeee9f6b3de6e0331d56a
parentb769cf24a3c1cb9c5d930ad31c9c3f97d225ae6c
Removes unnecessary sequential map fill up routine for parallel map test cases
14 files changed:
test/stress/map/insdelfind/map_insdelfind.cpp
test/stress/map/insdelfind/map_insdelfind.h
test/stress/map/insdelfind/map_insdelfind_bronsonavltree.cpp
test/stress/map/insdelfind/map_insdelfind_ellentree_hp.cpp
test/stress/map/insdelfind/map_insdelfind_ellentree_rcu.cpp
test/stress/map/insdelfind/map_insdelfind_feldman_hashset_hp.cpp
test/stress/map/insdelfind/map_insdelfind_feldman_hashset_rcu.cpp
test/stress/map/insdelfind/map_insdelfind_michael_hp.cpp
test/stress/map/insdelfind/map_insdelfind_michael_rcu.cpp
test/stress/map/insdelfind/map_insdelfind_skip_hp.cpp
test/stress/map/insdelfind/map_insdelfind_skip_rcu.cpp
test/stress/map/insdelfind/map_insdelfind_split_hp.cpp
test/stress/map/insdelfind/map_insdelfind_split_rcu.cpp
test/stress/queue/CMakeLists.txt