diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-02-28 14:36:43 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-02-28 14:36:43 +0000 |
commit | 4ad47e415f3e98f1431001ff3ddbcb4dc63e6fda (patch) | |
tree | 214db47354b4ccfacb50e665aca21943958105bb /cpp | |
parent | Fix (diff) | |
download | ice-4ad47e415f3e98f1431001ff3ddbcb4dc63e6fda.tar.bz2 ice-4ad47e415f3e98f1431001ff3ddbcb4dc63e6fda.tar.xz ice-4ad47e415f3e98f1431001ff3ddbcb4dc63e6fda.zip |
Change seq size
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/ThroughputI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/ThroughputI.h b/cpp/demo/Ice/throughput/ThroughputI.h index 7454c9d0a94..7711e32fe40 100644 --- a/cpp/demo/Ice/throughput/ThroughputI.h +++ b/cpp/demo/Ice/throughput/ThroughputI.h @@ -19,7 +19,7 @@ public: ThroughputI() : _byteSeq(500000, 0), - _stringSeq(100000, "hello"), + _stringSeq(50000, "hello"), _structSeq(50000) { for(int i = 0; i < 50000; ++i) |