Migrated map-delodd stress test to gtest
authorkhizmax <libcds.dev@gmail.com>
Sat, 21 May 2016 13:30:09 +0000 (16:30 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 21 May 2016 13:30:09 +0000 (16:30 +0300)
commit7608a8af82155af52e45fda01cc6e46a0db97793
tree843f05b8daac3ac0838f1e0e7177e3d11c50c332
parent7d6564da55110fcc0a8012139fa6aa5ec1536916
Migrated map-delodd stress test to gtest
28 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-map-delodd.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-map-delodd.vcxproj.filters [new file with mode: 0644]
test/include/cds_test/stat_bronson_avltree_out.h [new file with mode: 0644]
test/include/cds_test/stat_sync_monitor_out.h [new file with mode: 0644]
test/stress/CMakeLists.txt
test/stress/map/CMakeLists.txt [new file with mode: 0644]
test/stress/map/delodd/CMakeLists.txt [new file with mode: 0644]
test/stress/map/delodd/map_delodd.cpp [new file with mode: 0644]
test/stress/map/delodd/map_delodd.h [new file with mode: 0644]
test/stress/map/delodd/map_delodd_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/delodd/map_delodd_cuckoo.cpp [new file with mode: 0644]
test/stress/map/delodd/map_delodd_ellentree.cpp [new file with mode: 0644]
test/stress/map/delodd/map_delodd_feldman_hashset.cpp [new file with mode: 0644]
test/stress/map/delodd/map_delodd_michael.cpp [new file with mode: 0644]
test/stress/map/delodd/map_delodd_skip.cpp [new file with mode: 0644]
test/stress/map/delodd/map_delodd_split.cpp [new file with mode: 0644]
test/stress/map/map_type.h [new file with mode: 0644]
test/stress/map/map_type_bronson_avltree.h [new file with mode: 0644]
test/stress/map/map_type_cuckoo.h [new file with mode: 0644]
test/stress/map/map_type_ellen_bintree.h [new file with mode: 0644]
test/stress/map/map_type_feldman_hashmap.h [new file with mode: 0644]
test/stress/map/map_type_lazy_list.h [new file with mode: 0644]
test/stress/map/map_type_michael.h [new file with mode: 0644]
test/stress/map/map_type_michael_list.h [new file with mode: 0644]
test/stress/map/map_type_skip_list.h [new file with mode: 0644]
test/stress/map/map_type_split_list.h [new file with mode: 0644]
test/stress/set/set_type_feldman_hashset.h