diff --git a/utilities/load-testing/build.xml b/utilities/load-testing/build.xml index 4a124955..1719fc85 100644 --- a/utilities/load-testing/build.xml +++ b/utilities/load-testing/build.xml @@ -66,6 +66,11 @@ report - Just summarize output from previously run tests. + + + + + + + + Just summarize the output."> + style="jmeter-results-report.xsl" + classpathref="xslt.classpath" /> + diff --git a/utilities/load-testing/example.loadtesting.properties b/utilities/load-testing/example.loadtesting.properties index 276fb6c3..97eb597c 100644 --- a/utilities/load-testing/example.loadtesting.properties +++ b/utilities/load-testing/example.loadtesting.properties @@ -10,9 +10,11 @@ # ----------------------------------------------------------------------------- # -# The base install directory for JMeter. +# The base install directory for JMeter, and some JARs required by XSLT # jmeter.home.dir = /Users/jeb228/Downloads/JMeter/jakarta-jmeter-2.4 +jmeter.serializer.jar = ${jmeter.home.dir}/lib/serializer-2.7.1.jar +jmeter.xalan.jar = ${jmeter.home.dir}/lib/xalan-2.7.1.jar # # Where do we find the Vivo instance that we are testing?