Migrated map-insdel-int stress test to gtest
authorkhizmax <libcds.dev@gmail.com>
Wed, 25 May 2016 18:18:54 +0000 (21:18 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 25 May 2016 18:18:54 +0000 (21:18 +0300)
commit140a4ed91420efb777df23c64b932c35a0f7b8be
tree07d7169427491fa01f080ae022bfa2b7693b73c0
parentcb88c366b9a667e9214834ac842cf899cd61765d
Migrated map-insdel-int stress test to gtest
22 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-map-insdel-int.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-map-insdel-int.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/insdel_int/CMakeLists.txt [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int.cpp [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int.h [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int_cuckoo.cpp [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int_ellentree.cpp [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int_feldman_hashset.cpp [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int_michael.cpp [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int_skip.cpp [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int_split.cpp [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int_std.cpp [new file with mode: 0644]
test/stress/map/insdel_int/map_insdel_int_striped.cpp [new file with mode: 0644]