diff options
Diffstat (limited to 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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') { |