diff options
author | Michi Henning <michi@zeroc.com> | 2006-01-12 01:38:19 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-01-12 01:38:19 +0000 |
commit | 3c691c192fbb575b095e58f5b93e09c29d0ef583 (patch) | |
tree | 836bef29422c15107631d78f1557224759e6d68d /py/demo/Ice/throughput/Client.py | |
parent | comment out cvs_build in Make.rules.cs (diff) | |
download | ice-3c691c192fbb575b095e58f5b93e09c29d0ef583.tar.bz2 ice-3c691c192fbb575b095e58f5b93e09c29d0ef583.tar.xz ice-3c691c192fbb575b095e58f5b93e09c29d0ef583.zip |
Bug 749.
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 3cf2fa6596b..8f5d61c0989 100644 --- a/py/demo/Ice/throughput/Client.py +++ b/py/demo/Ice/throughput/Client.py @@ -182,7 +182,7 @@ class Client(Ice.Application): mbit = repetitions * seqSize * wireSize * 8.0 / tsec / 1000000.0 if c == 'e': mbit = mbit * 2 - print "throughput: %.3f MBit/s" % mbit + print "throughput: %.3f Mbps" % mbit elif c == 's': throughput.shutdown() elif c == 'x': |