summaryrefslogtreecommitdiff
path: root/qpid/wcf/test
diff options
context:
space:
mode:
authorClifford Allan Jansen <cliffjansen@apache.org>2010-10-25 06:52:29 +0000
committerClifford Allan Jansen <cliffjansen@apache.org>2010-10-25 06:52:29 +0000
commit04adfadc87b18978f5d74f6c704491b46588a928 (patch)
tree65e1c5a708d0cf9f28b6ae91a8b7168a43e70f5b /qpid/wcf/test
parentc49c16ded8716f55f703ce9184fa3b7c0c3ec9a7 (diff)
downloadqpid-python-04adfadc87b18978f5d74f6c704491b46588a928.tar.gz
match changes in perftest.cpp which is now qpid-perftest
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1026957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/wcf/test')
-rw-r--r--qpid/wcf/test/Apache/Qpid/Test/Channel/WcfPerftest/WcfPerftest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/wcf/test/Apache/Qpid/Test/Channel/WcfPerftest/WcfPerftest.cs b/qpid/wcf/test/Apache/Qpid/Test/Channel/WcfPerftest/WcfPerftest.cs
index 39b122f3d4..413c185039 100644
--- a/qpid/wcf/test/Apache/Qpid/Test/Channel/WcfPerftest/WcfPerftest.cs
+++ b/qpid/wcf/test/Apache/Qpid/Test/Channel/WcfPerftest/WcfPerftest.cs
@@ -183,7 +183,7 @@ namespace Apache.Qpid.Test.Channel.WcfPerftest
this.messageCount = 500000;
this.messageSize = 1024;
this.type = ClientType.InteropDemo; // default: once as pub and once as sub
- this.baseName = "perftest";
+ this.baseName = "qpid-perftest";
this.pubTxSize = 0;
this.subTxSize = 0;
this.durable = false;
@@ -410,7 +410,7 @@ namespace Apache.Qpid.Test.Channel.WcfPerftest
static void InteropDemo(Options opts)
{
- string perftest_cpp_exe = "perftest.exe";
+ string perftest_cpp_exe = "qpid-perftest.exe";
string commonArgs = String.Format(" --count {0} --size {1} --broker {2} --port {3}", opts.messageCount, opts.messageSize, opts.broker, opts.port);
if (opts.durable)