Migrated map-insfind-int stress test to gtest
authorkhizmax <libcds.dev@gmail.com>
Mon, 30 May 2016 19:52:49 +0000 (22:52 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 30 May 2016 19:52:49 +0000 (22:52 +0300)
commit1448c5adf2a0623d34564d438012790fdc330717
treefb6a32c55568b85f0e8c8e4d3714e9397d226099
parent498411c2f35240013f69cc7e319e303a36b53860
Migrated map-insfind-int stress test to gtest
24 files changed:
build/Makefile
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-map-insfind-int.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-map-insfind-int.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-map-find.vcxproj [deleted file]
projects/Win/vc14/unit-map-find.vcxproj.filters [deleted file]
projects/source.unit.map.mk [deleted file]
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/insdelfind/map_insdelfind.h
test/stress/map/insfind_int/CMakeLists.txt [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind.cpp [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind_cuckoo.cpp [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind_ellentree.cpp [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind_feldman_hashset.cpp [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind_int.h [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind_michael.cpp [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind_skip.cpp [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind_split.cpp [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind_std.cpp [new file with mode: 0644]
test/stress/map/insfind_int/map_insfind_striped.cpp [new file with mode: 0644]