Added map/set del3 stress-test
authorkhizmax <libcds.dev@gmail.com>
Sat, 21 Jan 2017 15:16:58 +0000 (18:16 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 21 Jan 2017 15:16:58 +0000 (18:16 +0300)
commitc8869d61fb4934f12163e28531ee16e55aad8f85
treeb64f806b984dff3c2b71e85e4a55bb558383d0c6
parenta89884b467618736825a1e6470eb1bcd8a1d7479
Added map/set del3 stress-test
Removed redundant map stress-tests
78 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-freelist.vcxproj.filters [deleted file]
projects/Win/vc14/stress-map-del3.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-map-delodd.vcxproj.filters [deleted file]
projects/Win/vc14/stress-map-find_int.vcxproj [deleted file]
projects/Win/vc14/stress-map-find_int.vcxproj.filters [deleted file]
projects/Win/vc14/stress-map-find_string.vcxproj.filters [deleted file]
projects/Win/vc14/stress-map-insdel-func.vcxproj.filters [deleted file]
projects/Win/vc14/stress-map-insdel-int.vcxproj [deleted file]
projects/Win/vc14/stress-map-insdel-int.vcxproj.filters [deleted file]
projects/Win/vc14/stress-map-insdel-item-int.vcxproj.filters [deleted file]
projects/Win/vc14/stress-map-insdel-string.vcxproj.filters [deleted file]
projects/Win/vc14/stress-map-insdelfind.vcxproj.filters [deleted file]
projects/Win/vc14/stress-map-insfind-int.vcxproj [deleted file]
projects/Win/vc14/stress-map-insfind-int.vcxproj.filters [deleted file]
projects/Win/vc14/stress-set-del3.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-set-delodd.vcxproj.filters [deleted file]
projects/Win/vc14/stress-set-insdel_func.vcxproj.filters [deleted file]
projects/Win/vc14/stress-set-insdel_string.vcxproj.filters [deleted file]
projects/Win/vc14/stress-set-insdelfind.vcxproj.filters [deleted file]
projects/Win/vc14/stress-set-iteration.vcxproj.filters [deleted file]
test/stress/map/CMakeLists.txt
test/stress/map/del3/CMakeLists.txt [new file with mode: 0644]
test/stress/map/del3/map_del3.cpp [new file with mode: 0644]
test/stress/map/del3/map_del3.h [new file with mode: 0644]
test/stress/map/del3/map_del3_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/del3/map_del3_cuckoo.cpp [new file with mode: 0644]
test/stress/map/del3/map_del3_ellentree.cpp [new file with mode: 0644]
test/stress/map/del3/map_del3_feldman_hashmap.cpp [new file with mode: 0644]
test/stress/map/del3/map_del3_michael.cpp [new file with mode: 0644]
test/stress/map/del3/map_del3_skip.cpp [new file with mode: 0644]
test/stress/map/del3/map_del3_split.cpp [new file with mode: 0644]
test/stress/map/find_int/CMakeLists.txt [deleted file]
test/stress/map/find_int/map_find_int.cpp [deleted file]
test/stress/map/find_int/map_find_int.h [deleted file]
test/stress/map/find_int/map_find_int_bronsonavltree.cpp [deleted file]
test/stress/map/find_int/map_find_int_cuckoo.cpp [deleted file]
test/stress/map/find_int/map_find_int_ellentree.cpp [deleted file]
test/stress/map/find_int/map_find_int_feldman_hashset.cpp [deleted file]
test/stress/map/find_int/map_find_int_michael.cpp [deleted file]
test/stress/map/find_int/map_find_int_skip.cpp [deleted file]
test/stress/map/find_int/map_find_int_split.cpp [deleted file]
test/stress/map/find_int/map_find_int_std.cpp [deleted file]
test/stress/map/find_int/map_find_int_striped.cpp [deleted file]
test/stress/map/insdel_int/CMakeLists.txt [deleted file]
test/stress/map/insdel_int/map_insdel_int.cpp [deleted file]
test/stress/map/insdel_int/map_insdel_int.h [deleted file]
test/stress/map/insdel_int/map_insdel_int_bronsonavltree.cpp [deleted file]
test/stress/map/insdel_int/map_insdel_int_cuckoo.cpp [deleted file]
test/stress/map/insdel_int/map_insdel_int_ellentree.cpp [deleted file]
test/stress/map/insdel_int/map_insdel_int_feldman_hashset.cpp [deleted file]
test/stress/map/insdel_int/map_insdel_int_michael.cpp [deleted file]
test/stress/map/insdel_int/map_insdel_int_skip.cpp [deleted file]
test/stress/map/insdel_int/map_insdel_int_split.cpp [deleted file]
test/stress/map/insdel_int/map_insdel_int_std.cpp [deleted file]
test/stress/map/insdel_int/map_insdel_int_striped.cpp [deleted file]
test/stress/map/insfind_int/CMakeLists.txt [deleted file]
test/stress/map/insfind_int/map_insfind.cpp [deleted file]
test/stress/map/insfind_int/map_insfind_bronsonavltree.cpp [deleted file]
test/stress/map/insfind_int/map_insfind_cuckoo.cpp [deleted file]
test/stress/map/insfind_int/map_insfind_ellentree.cpp [deleted file]
test/stress/map/insfind_int/map_insfind_feldman_hashset.cpp [deleted file]
test/stress/map/insfind_int/map_insfind_int.h [deleted file]
test/stress/map/insfind_int/map_insfind_michael.cpp [deleted file]
test/stress/map/insfind_int/map_insfind_skip.cpp [deleted file]
test/stress/map/insfind_int/map_insfind_split.cpp [deleted file]
test/stress/map/insfind_int/map_insfind_std.cpp [deleted file]
test/stress/map/insfind_int/map_insfind_striped.cpp [deleted file]
test/stress/set/CMakeLists.txt
test/stress/set/del3/CMakeLists.txt [new file with mode: 0644]
test/stress/set/del3/set_del3.cpp [new file with mode: 0644]
test/stress/set/del3/set_del3.h [new file with mode: 0644]
test/stress/set/del3/set_del3_cuckoo.cpp [new file with mode: 0644]
test/stress/set/del3/set_del3_ellentree.cpp [new file with mode: 0644]
test/stress/set/del3/set_del3_feldman_hashset.cpp [new file with mode: 0644]
test/stress/set/del3/set_del3_michael.cpp [new file with mode: 0644]
test/stress/set/del3/set_del3_skip.cpp [new file with mode: 0644]
test/stress/set/del3/set_del3_split.cpp [new file with mode: 0644]