diff options
Diffstat (limited to 'java/testkit/bin/perf_report.sh')
-rw-r--r-- | java/testkit/bin/perf_report.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/testkit/bin/perf_report.sh b/java/testkit/bin/perf_report.sh index cafe4fa07f..9e574cad7a 100644 --- a/java/testkit/bin/perf_report.sh +++ b/java/testkit/bin/perf_report.sh @@ -18,9 +18,9 @@ # under the License. # -# Helper script to set classpath for running Qpid example classes -# NB: You must add the Qpid client and common jars to your CLASSPATH -# before running this script +# This will run the 8 use cases defined below and produce +# a report in tabular format. Refer to the documentation +# for more details. SUB_MEM=-Xmx1024M PUB_MEM=-Xmx1024M |