diff options
author | Marc Laukien <marc@zeroc.com> | 2005-02-23 22:28:45 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-02-23 22:28:45 +0000 |
commit | a6f97ad6a2b5f4a20fe548ba2646c5480ce2123e (patch) | |
tree | 42774f35d6702950f245c7a01f1e044f5c815d15 /cpp/demo/Ice/throughput/Client.cpp | |
parent | fix (diff) | |
download | ice-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.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') { |