Migrated map-find-string stress test to gtest
authorkhizmax <libcds.dev@gmail.com>
Sun, 22 May 2016 09:07:31 +0000 (12:07 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 22 May 2016 09:07:31 +0000 (12:07 +0300)
commit841156510f66ef0f40f1657ddff2591a5fb7d24b
treec62105a03be048cad4b3856b04b08dbf2707d32d
parentbaa054c46de890b4578f2078f55ed5ca637ebd67
Migrated map-find-string stress test to gtest
27 files changed:
.gitignore
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-map-find_string.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-map-find_string.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-map-delodd.vcxproj [deleted file]
projects/Win/vc14/unit-map-find.vcxproj
projects/Win/vc14/unit-map-find.vcxproj.filters
projects/source.unit.map.mk
test/include/cds_test/hash_func.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/find_string/CMakeLists.txt [new file with mode: 0644]
test/stress/map/find_string/map_find_string.cpp [new file with mode: 0644]
test/stress/map/find_string/map_find_string.h [new file with mode: 0644]
test/stress/map/find_string/map_find_string_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/find_string/map_find_string_cuckoo.cpp [new file with mode: 0644]
test/stress/map/find_string/map_find_string_ellentree.cpp [new file with mode: 0644]
test/stress/map/find_string/map_find_string_feldman_hashset.cpp [new file with mode: 0644]
test/stress/map/find_string/map_find_string_michael.cpp [new file with mode: 0644]
test/stress/map/find_string/map_find_string_skip.cpp [new file with mode: 0644]
test/stress/map/find_string/map_find_string_split.cpp [new file with mode: 0644]
test/stress/map/find_string/map_find_string_std.cpp [new file with mode: 0644]
test/stress/map/find_string/map_find_string_striped.cpp [new file with mode: 0644]
test/stress/map/map_type_cuckoo.h
test/stress/map/map_type_feldman_hashmap.h