From a6f97ad6a2b5f4a20fe548ba2646c5480ce2123e Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Wed, 23 Feb 2005 22:28:45 +0000 Subject: more optimizations --- cpp/demo/Ice/throughput/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/demo/Ice/throughput/Client.cpp') diff --git a/cpp/demo/Ice/throughput/Client.cpp b/cpp/demo/Ice/throughput/Client.cpp index cab240358c5..8113ae724b0 100644 --- a/cpp/demo/Ice/throughput/Client.cpp +++ b/cpp/demo/Ice/throughput/Client.cpp @@ -62,7 +62,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) throughput->ice_ping(); // Initial ping to setup the connection. IceUtil::Time tm = IceUtil::Time::now(); - const int repetitions = 100; + const int repetitions = 1000; if(c == 's' || c == 'o' || c == 'r' || c == 'e') { -- cgit v1.2.3