Skip to content
Snippets Groups Projects
Commit 1366c6a2 authored by jeffliu's avatar jeffliu
Browse files

[93609] Performance: Need a way to verify that WTP plug-ins do not regress...

[93609] Performance: Need a way to verify that WTP plug-ins do not regress Eclipse platform performance
parent 07ae4a15
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,6 @@
<property name="perf.db" value="-Declipse.perf.dbloc=${perf.dbloc}"/>
<property name="perf.config.base" value="-Declipse.perf.config=config=${perf.config};build=${buildType}${date}-${time}-base;jvm=${perf.jvm}"/>
<property name="perf.assert" value="-Declipse.perf.assertAgainst=config=${perf.config};build=${buildType}${date}-${time}-base;jvm=${perf.jvm}"/>
<delete dir="${build.home}/derby/eclipseperf" failonerror="false"/>
<available file="${build.home}/${build.drivers}/${eclipseAutomatedTestsFile}" property="eclipseAutomatedTestsFile.exists"/>
<antcall target="getEclipseAutomatedTestsFile"/>
<delete dir="${build.home}/${build.perf.tests}" failonerror="false"/>
......
......@@ -123,7 +123,11 @@
<target name="performance6" if="buildId">
<property name="timestamp" value="${date}${time}"/>
<property name="buildLabel" value="${buildType}-${buildId}-${timestamp}"/>
<!--
<antcall target="eclipse.performance"/>
<antcall target="wtp.performance"/>
</target>
<target name="eclipse.performance" if="run.eclipse.perf">
<ant antfile="buildAll.xml" target="eclipsePerf">
<property name="build.home" value="${build.home}"/>
<property name="buildType" value="${buildType}"/>
......@@ -133,7 +137,9 @@
<property name="timestamp" value="${timestamp}"/>
<property name="buildLabel" value="${buildLabel}"/>
</ant>
-->
</target>
<target name="wtp.performance" unless="run.eclipse.perf">
<ant antfile="buildAll.xml" target="performance">
<property name="build.home" value="${build.home}"/>
<property name="buildType" value="${buildType}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment