You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by js...@apache.org on 2005/02/04 00:18:09 UTC

svn commit: r151247 - in incubator/beehive/trunk/controls/test/perf: build.xml cases/controls-perf.xml

Author: jsong
Date: Thu Feb  3 15:18:07 2005
New Revision: 151247

URL: http://svn.apache.org/viewcvs?view=rev&rev=151247
Log:
Contributed by Jamie Zyskowski: fix up gtlf transform params and update bar values

Modified:
    incubator/beehive/trunk/controls/test/perf/build.xml
    incubator/beehive/trunk/controls/test/perf/cases/controls-perf.xml

Modified: incubator/beehive/trunk/controls/test/perf/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/perf/build.xml?view=diff&r1=151246&r2=151247
==============================================================================
--- incubator/beehive/trunk/controls/test/perf/build.xml (original)
+++ incubator/beehive/trunk/controls/test/perf/build.xml Thu Feb  3 15:18:07 2005
@@ -163,12 +163,11 @@
 
 	<!-- tch run targets -->
 	<target name="run_client">
-
 		<property name="gtlf.dtd.use.remote" value="true"/>
 		<property name="gtlf.dtd.remote" value="http://incubator.apache.org/beehive/dtd/gtlf/gtlf-config-2.0.dtd"/>
 		<property name="gtlf.dtd.local" value="infra/gtlf/gtlf-config-2.0.dtd"/>
+		<property name="tch.log.basedir" value="${control.perf.logs}"/>
 		<property name="tch.base-logfile-name" value="tch"/>
-
 		<tch  tchHome="${tch.home}"
 	     		testfile="${test-suite}"
 	   		  fork="true"
@@ -180,7 +179,7 @@
           <property name="control.perf.root" value="${control.perf.root}"/>
 	  	    <property name="test.hostname" value="${test.hostname}" />
 	   		  <property name="test.port" value="${test.port}" />
-					<property name="tch.log.basedir" value="${control.perf.logs}"/>
+					<property name="tch.log.basedir" value="${tch.log.basedir}"/>
 					<property name="tch.log.date-format" value=""/>
           <property name="tch.replication.entry-point" value="ant -f ${control.perf.root}/build.xml run"/>
           <property name="tch.filter.frequencies" value="${test.freq}"/>
@@ -188,9 +187,9 @@
 	   		  <sysproperty key="gtlf.dtd.remote" value="${gtlf.dtd.remote}"/>
 	   		  <sysproperty key="gtlf.dtd.local" value="${gtlf.dtd.local}"/>
   	</tch>
-		<ant antfile="${controls.test.infra.dir}/tch/runtime/build.xml" target="generate-html-log" dir="${control.perf.logs}">
-			<property name="gtlf.file" value="${control.perf.logs}/${tch.base-logfile-name}.xml"/>
-			<property name="output.file" value="${control.perf.logs}/${tch.base-logfile-name}.html"/>
+		<ant antfile="${controls.test.infra.dir}/tch/runtime/build.xml" target="generate-html-log" dir="${tch.log.basedir}">
+			<property name="gtlf.file" value="${tch.log.basedir}/${tch.base-logfile-name}.xml"/>
+			<property name="output.file" value="${tch.log.basedir}/${tch.base-logfile-name}.html"/>
     </ant>
   </target>  
 

Modified: incubator/beehive/trunk/controls/test/perf/cases/controls-perf.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/perf/cases/controls-perf.xml?view=diff&r1=151246&r2=151247
==============================================================================
--- incubator/beehive/trunk/controls/test/perf/cases/controls-perf.xml (original)
+++ incubator/beehive/trunk/controls/test/perf/cases/controls-perf.xml Thu Feb  3 15:18:07 2005
@@ -9,7 +9,7 @@
         <controlsperf>
 					<cmdline>%{control.perf.root}/bin/perf StrlenPgmTest</cmdline>
 					<hash>-1989672960</hash>
-					<bar>1202</bar>
+					<bar>4026</bar>
 					<drift>0.20</drift>
 					<timeout>10000</timeout>
 				</controlsperf>
@@ -18,7 +18,7 @@
         <controlsperf>
 					<url>http://%{test.hostname}:%{test.port}/controlsPerfWeb/jpf/test/controls/performance/programmatic/strlen/Controller.jpf</url>
 					<hash>-1989672960</hash>
-					<bar>1202</bar>
+					<bar>4026</bar>
 					<drift>0.20</drift>
 					<timeout>10000</timeout>
 				</controlsperf>