diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2011-07-13 22:42:46 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2011-07-13 22:42:46 +0000 |
| commit | 828637b7af6f61f5c85f08a73fb3d8fa96ca583c (patch) | |
| tree | 7002d392716d86004b3b4d0aba941b7c8cd2bd5a /qpid/java/tools/bin | |
| parent | 85457338ca547f08f3263d1b675e729d15ba69c4 (diff) | |
| download | qpid-python-828637b7af6f61f5c85f08a73fb3d8fa96ca583c.tar.gz | |
Merge branch 'QPID-3265' into trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1146508 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/tools/bin')
| -rwxr-xr-x | qpid/java/tools/bin/perf_report.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/qpid/java/tools/bin/perf_report.sh b/qpid/java/tools/bin/perf_report.sh index e6b4c987e5..dd80f8c72c 100755 --- a/qpid/java/tools/bin/perf_report.sh +++ b/qpid/java/tools/bin/perf_report.sh @@ -18,9 +18,8 @@ # under the License. # -# This will run the 8 use cases defined below and produce -# a report in tabular format. Refer to the documentation -# for more details. +# This will run the following test cases defined below and produce +# a report in tabular format. SUB_MEM=-Xmx1024M PUB_MEM=-Xmx1024M @@ -82,7 +81,7 @@ echo "-------------------------------------------------------------------------- # setting very low values to start with and experiment while increasing them slowly. # Test 1 Trans Queue -#run_testcase "Trans_Queue" "-Daddress=$QUEUE" "-Daddress=$QUEUE -Dwarmup_count=1 -Dmsg_count=10" +run_testcase "Trans_Queue" "-Daddress=$QUEUE" "-Daddress=$QUEUE -Dwarmup_count=1 -Dmsg_count=10" # Test 2 Dura Queue run_testcase "Dura_Queue" "-Daddress=$DURA_QUEUE -Ddurable=true" "-Daddress=$DURA_QUEUE -Ddurable=true -Dwarmup_count=1 -Dmsg_count=10" |
