commit | 9d4a3e2a78be150513a88eb8870d9a7696acf0e9 | [log] [tgz] |
---|---|---|
author | Marc Slemko <marc@apache.org> | Fri Jul 21 19:53:48 2006 +0000 |
committer | Marc Slemko <marc@apache.org> | Fri Jul 21 19:53:48 2006 +0000 |
tree | 05784765e08adf2f7756afee36cb2412c09b7094 | |
parent | 9f0ba255a9b9925dcd6e901be4ecd6b5b761830b [diff] [blame] |
autoconf/automake/libtool-ized thrift cpp bits: Moved the original Makefile => Makefile.slee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664731 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/concurrency/test/Tests.cc b/lib/cpp/src/concurrency/test/Tests.cc index 2174bf4..19e1f4a 100644 --- a/lib/cpp/src/concurrency/test/Tests.cc +++ b/lib/cpp/src/concurrency/test/Tests.cc
@@ -56,9 +56,9 @@ std::cout << "ThreadManager tests..." << std::endl; - size_t workerCount = 10; + size_t workerCount = 100; - size_t taskCount = 10000; + size_t taskCount = 100000; long long delay = 10LL;