From e59f84f0fce38a9840e18cc0088b55f7d5e925c9 Mon Sep 17 00:00:00 2001 From: jeffliu <jeffliu> Date: Thu, 12 May 2005 17:24:47 +0000 Subject: [PATCH] [93609] Performance: Need a way to verify that WTP plug-ins do not regress Eclipse platform performance --- archive/org.eclipse.wtp.releng/testScripts/test.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/org.eclipse.wtp.releng/testScripts/test.xml b/archive/org.eclipse.wtp.releng/testScripts/test.xml index e34c71e8b..1d3db4138 100644 --- a/archive/org.eclipse.wtp.releng/testScripts/test.xml +++ b/archive/org.eclipse.wtp.releng/testScripts/test.xml @@ -417,7 +417,7 @@ <target name="genPerfGraphsWindows" if="osWindows"> <java classname="org.eclipse.test.performance.ui.Main" fork="true" maxmemory="256m"> - <arg line="-baseline ${perf.ref.buildId} -current ${buildId} -jvm ${perf.jvm} -config ${perf.config} -output ${results}/graph"/> + <arg line="-baseline ${perf.ref.buildId} -current ${buildId} -jvm ${perf.jvm} -config ${perf.config} -config.properties ${perf.config},${perf.config},${perf.config} -output ${results}/graph"/> <classpath> <fileset dir="${eclipseBuilderDirectory}/plugins"> <exclude name="**/*swt.motif*.jar"/> @@ -437,7 +437,7 @@ <target name="genPerfGraphsLinux" unless="osWindows"> <java classname="org.eclipse.test.performance.ui.Main" fork="true" maxmemory="256m"> - <arg line="-baseline ${perf.ref.buildId} -current ${buildId} -jvm ${perf.jvm} -config ${perf.config} -output ${results}/graph"/> + <arg line="-baseline ${perf.ref.buildId} -current ${buildId} -jvm ${perf.jvm} -config ${perf.config} -config.properties ${perf.config},${perf.config},${perf.config} -output ${results}/graph"/> <classpath> <fileset dir="${eclipseBuilderDirectory}/plugins"> <exclude name="**/*swt.win32*.jar"/> -- GitLab