summaryrefslogtreecommitdiff
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
commite5e6f7a8079d3001b6d86395caff78f363a139db (patch)
tree6f22566c8c9c42ce57dcefba191bbb26b602aceb
parent5289df612450880f8f9d0955cc9f5eefe3df0abc (diff)
downloadqpid-python-e5e6f7a8079d3001b6d86395caff78f363a139db.tar.gz
match changes in perftest.cpp which is now qpid-perftest
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1026957 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--wcf/test/Apache/Qpid/Test/Channel/WcfPerftest/WcfPerftest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/wcf/test/Apache/Qpid/Test/Channel/WcfPerftest/WcfPerftest.cs b/wcf/test/Apache/Qpid/Test/Channel/WcfPerftest/WcfPerftest.cs
index 39b122f3d4..413c185039 100644
--- a/wcf/test/Apache/Qpid/Test/Channel/WcfPerftest/WcfPerftest.cs
+++ b/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)