Minor stress-test change
[libcds.git] / test / stress / main.cpp
index 8a60761a5a682a270949d640460ee4a97868273b..c9bc90db3197eabd4f4c00118ebf256f73ea24f1 100644 (file)
@@ -55,6 +55,8 @@ int main( int argc, char **argv )
         // Read test config file\r
         cds_test::init_config( argc, argv );\r
 \r
+        std::cout << "Hardware concurrency: " << std::thread::hardware_concurrency() << "\n";\r
+\r
         // Init Google test\r
         ::testing::InitGoogleTest( &argc, argv );\r
 \r