Added: stress test detail level for minimizing runtime
authorkhizmax <libcds.dev@gmail.com>
Sun, 5 Jun 2016 10:44:15 +0000 (13:44 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 5 Jun 2016 10:44:15 +0000 (13:44 +0300)
commit0c426ddcc387973bd31ac8bddcb1ab3676ee3f04
tree8b7d8351088e31863dcc8ad461152c82363a4e10
parente75900392b818ed465e4c250a8ca31438a5d27fb
Added: stress test detail level for minimizing runtime

Command line argument --detail-level=N, where N - an integer, the default is 0,
controlling what tests should be ran. All tests with hard-coded level not great than N will be ran.
Instead of command line arg, CDSTEST_DETAIL_LEVEL envvar can be used.
projects/Win/vc14/stress-framework.vcxproj
test/include/cds_test/stress_test.h
test/stress/framework/stress_test.cpp
test/stress/main.cpp
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/set/set_type_michael.h
test/stress/set/set_type_skip_list.h
test/stress/set/set_type_split_list.h