Update of /cvsroot/boost/boost/libs/regex/test/regress
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17646/libs/regex/test/regress
Modified Files:
main.cpp
Log Message:
reduce thread load so test completes faster.
Index: main.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/regex/test/regress/main.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- main.cpp 29 Jul 2006 16:02:26 -0000 1.7
+++ main.cpp 25 Feb 2007 10:36:06 -0000 1.8
@@ -73,7 +73,7 @@
get_array_data(); // initialises data.
std::list<boost::shared_ptr<boost::thread> > threads;
- for(int i = 0; i < 10; ++i)
+ for(int i = 0; i < 5; ++i)
{
threads.push_back(boost::shared_ptr<boost::thread>(new
boost::thread(&run_tests)));
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs