You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2009/06/14 16:52:02 UTC

svn commit: r784568 - in /lucene/java/trunk/contrib/benchmark: build.xml conf/micro-standard-config.xml conf/standard-config.xml

Author: mikemccand
Date: Sun Jun 14 14:52:02 2009
New Revision: 784568

URL: http://svn.apache.org/viewvc?rev=784568&view=rev
Log:
LUCENE-979: remove a few more old benchmark things

Removed:
    lucene/java/trunk/contrib/benchmark/conf/micro-standard-config.xml
    lucene/java/trunk/contrib/benchmark/conf/standard-config.xml
Modified:
    lucene/java/trunk/contrib/benchmark/build.xml

Modified: lucene/java/trunk/contrib/benchmark/build.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/benchmark/build.xml?rev=784568&r1=784567&r2=784568&view=diff
==============================================================================
--- lucene/java/trunk/contrib/benchmark/build.xml (original)
+++ lucene/java/trunk/contrib/benchmark/build.xml Sun Jun 14 14:52:02 2009
@@ -115,23 +115,6 @@
         <pathelement location="${benchmark.ext.classpath}"/>
     </path>
 
-    <target name="run-standard" depends="compile,check-files,get-files" description="Run the standard baseline">
-        <echo>Working Directory: ${working.dir}</echo>
-        <java classname="org.apache.lucene.benchmark.Driver"  maxmemory="1024M" fork="true">
-            <classpath refid="run.classpath"/>
-            <arg file="${working.dir}"/>
-            <arg file="conf/standard-config.xml"/>
-        </java>
-    </target>
-    <target name="run-micro-standard" depends="compile,check-files,get-files" description="Run the standard baseline">
-        <echo>Working Directory: ${working.dir}</echo>
-        <java classname="org.apache.lucene.benchmark.Driver" maxmemory="1024M" fork="true">
-            <classpath refid="run.classpath"/>
-            <arg file="${working.dir}"/>
-            <arg file="conf/micro-standard-config.xml"/>
-        </java>
-    </target>
-
     <property name="task.alg" location="conf/micro-standard.alg"/>
     <property name="task.mem" value="140M"/>