Migrated map-ins-del-find stress test to gtest
authorkhizmax <libcds.dev@gmail.com>
Mon, 30 May 2016 16:05:38 +0000 (19:05 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 30 May 2016 16:05:38 +0000 (19:05 +0300)
commit498411c2f35240013f69cc7e319e303a36b53860
treec5fc9782f694687fd2ee7207a695a0e681bbfd6e
parentd67bc7c503e4cbcaa383c84bb02c258582f6f249
Migrated map-ins-del-find stress test to gtest
25 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-map-insdelfind.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-map-insdelfind.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-map-insdel-item.vcxproj [deleted file]
projects/Win/vc14/unit-map-insdel-item.vcxproj.filters [deleted file]
projects/Win/vc14/unit-map-insdelfind.vcxproj [deleted file]
projects/source.unit.map.mk
test/include/cds_test/thread.h
test/stress/data/test-debug.conf
test/stress/data/test-express.conf
test/stress/data/test.conf
test/stress/map/CMakeLists.txt
test/stress/map/insdelfind/CMakeLists.txt [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind.h [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_cuckoo.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_ellentree.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_feldman_hashset.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_michael.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_skip.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_split.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_std.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_striped.cpp [new file with mode: 0644]
test/stress/set/insdel_find/set_insdelfind.h