Stress tests: removed command line parameter --detail-level and envvar CDSTEST_DETAIL...
authorkhizmax <libcds.dev@gmail.com>
Sat, 18 Feb 2017 20:14:24 +0000 (23:14 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 18 Feb 2017 20:14:24 +0000 (23:14 +0300)
commit1f9f206be7c6bbfd0e85fe79927c03de17964fca
tree3005cc7350ede5d7c2781d04162e1f1dfcc5711d
parent3ac24a4c625a921612ece62792e985d34a4cf80e
Stress tests: removed command line parameter --detail-level and envvar CDSTEST_DETAIL_LEVEL for reducing compile time and executable size. To make full testset compile libcds with -DCDS_STRESS_TEST_LEVEL=N
19 files changed:
change.log
test/include/cds_test/stress_test.h
test/stress/framework/stress_test.cpp
test/stress/main.cpp
test/stress/map/map_type_bronson_avltree.h
test/stress/map/map_type_ellen_bintree.h
test/stress/map/map_type_michael.h
test/stress/map/map_type_skip_list.h
test/stress/map/map_type_split_list.h
test/stress/queue/bounded_queue_fulness.cpp
test/stress/queue/pop.cpp
test/stress/queue/push.cpp
test/stress/queue/push_pop.cpp
test/stress/queue/queue_type.h
test/stress/queue/random.cpp
test/stress/set/set_type_ellen_bintree.h
test/stress/set/set_type_michael.h
test/stress/set/set_type_skip_list.h
test/stress/set/set_type_split_list.h