Migrated map_find_int stress test to gtest
authorkhizmax <libcds.dev@gmail.com>
Sat, 21 May 2016 16:04:17 +0000 (19:04 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 21 May 2016 16:04:17 +0000 (19:04 +0300)
commitbaa054c46de890b4578f2078f55ed5ca637ebd67
tree7eaeb86d7722618762e50f85d8df185ed839e242
parent7608a8af82155af52e45fda01cc6e46a0db97793
Migrated map_find_int stress test to gtest
25 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-map-find_int.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-map-find_int.vcxproj.filters [new file with mode: 0644]
projects/source.unit.map.mk
test/include/cds_test/fixture.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_int/CMakeLists.txt [new file with mode: 0644]
test/stress/map/find_int/map_find_int.cpp [new file with mode: 0644]
test/stress/map/find_int/map_find_int.h [new file with mode: 0644]
test/stress/map/find_int/map_find_int_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/find_int/map_find_int_cuckoo.cpp [new file with mode: 0644]
test/stress/map/find_int/map_find_int_ellentree.cpp [new file with mode: 0644]
test/stress/map/find_int/map_find_int_feldman_hashset.cpp [new file with mode: 0644]
test/stress/map/find_int/map_find_int_michael.cpp [new file with mode: 0644]
test/stress/map/find_int/map_find_int_skip.cpp [new file with mode: 0644]
test/stress/map/find_int/map_find_int_split.cpp [new file with mode: 0644]
test/stress/map/find_int/map_find_int_std.cpp [new file with mode: 0644]
test/stress/map/find_int/map_find_int_striped.cpp [new file with mode: 0644]
test/stress/map/map_type_split_list.h
test/stress/map/map_type_std.h [new file with mode: 0644]
test/stress/map/map_type_striped.h [new file with mode: 0644]
tests/unit/map2/map_find_int.h