Migrated map-insdel-string stress test to gtest
authorkhizmax <libcds.dev@gmail.com>
Wed, 25 May 2016 19:39:53 +0000 (22:39 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 25 May 2016 19:39:53 +0000 (22:39 +0300)
commit9112d00bdff81ddb743a88c3c6467339840a8dd6
tree0989fdb5f3138d31f20be3d5b0360be0736f9605
parent140a4ed91420efb777df23c64b932c35a0f7b8be
Migrated map-insdel-string stress test to gtest
22 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-map-insdel-string.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-map-insdel-string.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-map-insdel.vcxproj [deleted file]
projects/Win/vc14/unit-map-insdel.vcxproj.filters [deleted file]
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/insdel_string/CMakeLists.txt [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string.cpp [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string.h [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string_cuckoo.cpp [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string_ellentree.cpp [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string_feldman_hashset.cpp [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string_michael.cpp [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string_skip.cpp [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string_split.cpp [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string_std.cpp [new file with mode: 0644]
test/stress/map/insdel_string/map_insdel_string_striped.cpp [new file with mode: 0644]