Migrated Set_DelOdd stress test to gtest framework
authorkhizmax <libcds.dev@gmail.com>
Mon, 2 May 2016 18:13:44 +0000 (21:13 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 2 May 2016 18:13:44 +0000 (21:13 +0300)
commitc625ef0eddef4f5c21cb567b3f57de380f7ec838
treed885c080e76ef19b4a9fd42c63ebdc31945807cc
parentb7b8997d1e9ca2efbe0748457c40b076f5c2de13
Migrated Set_DelOdd stress test to gtest framework
41 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-framework.vcxproj
projects/Win/vc14/stress-framework.vcxproj.filters
projects/Win/vc14/stress-pqueue.vcxproj
projects/Win/vc14/stress-queue.vcxproj
projects/Win/vc14/stress-set-delodd.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-set-delodd.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/stress-stack.vcxproj
test/include/cds_test/hash_func.h
test/include/cds_test/stat_cuckoo_out.h [new file with mode: 0644]
test/include/cds_test/stat_feldman_hashset_out.h [new file with mode: 0644]
test/include/cds_test/stat_splitlist_out.h [new file with mode: 0644]
test/include/cds_test/stress_test.h
test/stress/CMakeLists.txt
test/stress/data/test-debug.conf
test/stress/data/test-express.conf
test/stress/data/test.conf
test/stress/framework/ellen_bintree_update_desc_pool.cpp [new file with mode: 0644]
test/stress/framework/ellen_bintree_update_desc_pool.h [new file with mode: 0644]
test/stress/queue/push_pop.cpp
test/stress/set/CMakeLists.txt [new file with mode: 0644]
test/stress/set/delodd/CMakeLists.txt [new file with mode: 0644]
test/stress/set/delodd/set_delodd.cpp [new file with mode: 0644]
test/stress/set/delodd/set_delodd.h [new file with mode: 0644]
test/stress/set/delodd/set_delodd_cuckoo.cpp [new file with mode: 0644]
test/stress/set/delodd/set_delodd_ellentree.cpp [new file with mode: 0644]
test/stress/set/delodd/set_delodd_feldman_hashset.cpp [new file with mode: 0644]
test/stress/set/delodd/set_delodd_michael.cpp [new file with mode: 0644]
test/stress/set/delodd/set_delodd_skip.cpp [new file with mode: 0644]
test/stress/set/delodd/set_delodd_split.cpp [new file with mode: 0644]
test/stress/set/set_type.h [new file with mode: 0644]
test/stress/set/set_type_cuckoo.h [new file with mode: 0644]
test/stress/set/set_type_ellen_bintree.h [new file with mode: 0644]
test/stress/set/set_type_feldman_hashset.h [new file with mode: 0644]
test/stress/set/set_type_lazy_list.h [new file with mode: 0644]
test/stress/set/set_type_michael.h [new file with mode: 0644]
test/stress/set/set_type_michael_list.h [new file with mode: 0644]
test/stress/set/set_type_skip_list.h [new file with mode: 0644]
test/stress/set/set_type_split_list.h [new file with mode: 0644]
test/stress/set/set_type_std.h [new file with mode: 0644]
test/stress/set/set_type_striped.h [new file with mode: 0644]