diff options
Diffstat (limited to 'py/demo/Ice/throughput/Client.py')
-rw-r--r-- | py/demo/Ice/throughput/Client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/throughput/Client.py b/py/demo/Ice/throughput/Client.py index f1666a3038d..3a628ddb08c 100644 --- a/py/demo/Ice/throughput/Client.py +++ b/py/demo/Ice/throughput/Client.py @@ -69,7 +69,7 @@ class Client(Ice.Application): menu() - throughput.ice_ping() # Initial ping to setup the connection. + throughput.endWarmup() # Initial ping to setup the connection. currentType = '1' seqSize = Demo.ByteSeqSize |