Migrated map-inddel-item-int stress test to gtest
authorkhizmax <khizmax@gmail.com>
Thu, 26 May 2016 14:37:23 +0000 (17:37 +0300)
committerkhizmax <khizmax@gmail.com>
Thu, 26 May 2016 14:37:23 +0000 (17:37 +0300)
commitd67bc7c503e4cbcaa383c84bb02c258582f6f249
tree7055e817182484ef7bf089fd0ca2d4958c8ec647
parent9112d00bdff81ddb743a88c3c6467339840a8dd6
Migrated map-inddel-item-int stress test to gtest
22 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-map-insdel-item-int.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-map-insdel-item-int.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-map-insdel-item.vcxproj
projects/Win/vc14/unit-map-insdel-item.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/insdel_item_int/CMakeLists.txt [new file with mode: 0644]
test/stress/map/insdel_item_int/map_insdel_item_int.cpp [new file with mode: 0644]
test/stress/map/insdel_item_int/map_insdel_item_int.h [new file with mode: 0644]
test/stress/map/insdel_item_int/map_insdel_item_int_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/insdel_item_int/map_insdel_item_int_cuckoo.cpp [new file with mode: 0644]
test/stress/map/insdel_item_int/map_insdel_item_int_ellentree.cpp [new file with mode: 0644]
test/stress/map/insdel_item_int/map_insdel_item_int_feldman_hashset.cpp [new file with mode: 0644]
test/stress/map/insdel_item_int/map_insdel_item_int_michael.cpp [new file with mode: 0644]
test/stress/map/insdel_item_int/map_insdel_item_int_skip.cpp [new file with mode: 0644]
test/stress/map/insdel_item_int/map_insdel_item_int_split.cpp [new file with mode: 0644]
test/stress/map/insdel_item_int/map_insdel_item_int_striped.cpp [new file with mode: 0644]
test/stress/map/map_type.h