diff options
| author | Phil Harvey <philharveyonline@apache.org> | 2013-02-09 06:41:36 +0000 |
|---|---|---|
| committer | Phil Harvey <philharveyonline@apache.org> | 2013-02-09 06:41:36 +0000 |
| commit | 6f92f232febc736ee89dc390510077c38e78a326 (patch) | |
| tree | a08a103358f1c1632908668c8e32fc50366a4c62 /qpid/java/perftests/etc | |
| parent | ea58b84cd08114053c009ddca9b3057a895d1b7d (diff) | |
| download | qpid-python-6f92f232febc736ee89dc390510077c38e78a326.tar.gz | |
QPID-4533: Java Performance Tests - addressed bug in JdbcSeriesBuilder that caused it to ignore the CSV series directory.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1444335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/etc')
| -rwxr-xr-x | qpid/java/perftests/etc/visualisation.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/perftests/etc/visualisation.sh b/qpid/java/perftests/etc/visualisation.sh index 6d4719db16..53a3f94f9c 100755 --- a/qpid/java/perftests/etc/visualisation.sh +++ b/qpid/java/perftests/etc/visualisation.sh @@ -28,6 +28,8 @@ BASE_DIR=`dirname $0` java -cp "${BASE_DIR}:${BASE_DIR}/../../build/lib/*" \ -Djava.awt.headless=true -Dlog4j.configuration=file:log4j.properties \ + -DcsvCurrentDir=. \ + -DcsvBaselineDir=. \ org.apache.qpid.disttest.charting.ChartingUtil \ chart-defs=chartdefs \ ${JDBC_DRIVER} ${JDBC_URL} |
