summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/demo/Ice/throughput/ThroughputI.h2
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)