summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/throughput/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-02-23 22:28:45 +0000
committerMarc Laukien <marc@zeroc.com>2005-02-23 22:28:45 +0000
commita6f97ad6a2b5f4a20fe548ba2646c5480ce2123e (patch)
tree42774f35d6702950f245c7a01f1e044f5c815d15 /cpp/demo/Ice/throughput/Client.cpp
parentfix (diff)
downloadice-a6f97ad6a2b5f4a20fe548ba2646c5480ce2123e.tar.bz2
ice-a6f97ad6a2b5f4a20fe548ba2646c5480ce2123e.tar.xz
ice-a6f97ad6a2b5f4a20fe548ba2646c5480ce2123e.zip
more optimizations
Diffstat (limited to 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r--cpp/demo/Ice/throughput/Client.cpp2
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')
{