Migrated map-insdel-func stress test to gtest
authorkhizmax <libcds.dev@gmail.com>
Mon, 23 May 2016 20:37:05 +0000 (23:37 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 23 May 2016 20:37:05 +0000 (23:37 +0300)
commitcb88c366b9a667e9214834ac842cf899cd61765d
tree3ac00edb8924b85c261c2b84e4a86be3f1515f94
parent841156510f66ef0f40f1657ddff2591a5fb7d24b
Migrated map-insdel-func stress test to gtest
22 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-map-insdel-func.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-map-insdel-func.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-map-insdel.vcxproj
projects/Win/vc14/unit-map-insdel.vcxproj.filters
projects/source.unit.map.mk
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/delodd/map_delodd.h
test/stress/map/insdel_func/CMakeLists.txt [new file with mode: 0644]
test/stress/map/insdel_func/map_insdel_func.cpp [new file with mode: 0644]
test/stress/map/insdel_func/map_insdel_func.h [new file with mode: 0644]
test/stress/map/insdel_func/map_insdel_func_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/insdel_func/map_insdel_func_cuckoo.cpp [new file with mode: 0644]
test/stress/map/insdel_func/map_insdel_func_ellentree.cpp [new file with mode: 0644]
test/stress/map/insdel_func/map_insdel_func_feldman_hashset.cpp [new file with mode: 0644]
test/stress/map/insdel_func/map_insdel_func_michael.cpp [new file with mode: 0644]
test/stress/map/insdel_func/map_insdel_func_skip.cpp [new file with mode: 0644]
test/stress/map/insdel_func/map_insdel_func_split.cpp [new file with mode: 0644]
test/stress/map/insdel_func/map_insdel_func_striped.cpp [new file with mode: 0644]