From: <tho...@us...> - 2011-05-15 17:44:55
|
Revision: 4498 http://bigdata.svn.sourceforge.net/bigdata/?rev=4498&view=rev Author: thompsonbry Date: 2011-05-15 17:44:49 +0000 (Sun, 15 May 2011) Log Message: ----------- Removed reference to the older version of the NanoSparqlServer (in the sail.bench package). Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/build.xml Modified: branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/build.xml =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/build.xml 2011-05-13 20:11:57 UTC (rev 4497) +++ branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/build.xml 2011-05-15 17:44:49 UTC (rev 4498) @@ -156,7 +156,7 @@ </target> <target name="start-nano-qual-server" depends="compile" description="Start a small http server for the qualification data set."> - <java classname="com.bigdata.rdf.sail.bench.NanoSparqlServer" fork="true" failonerror="true" dir="${build.dir}/bin"> + <java classname="com.bigdata.rdf.sail.webapp.NanoSparqlServer" fork="true" failonerror="true" dir="${build.dir}/bin"> <arg line="${bsbm.nanoServerPort} ${bsbm.qualNamespace} ${bsbm.journalPropertyFile}" /> <!-- specify/override the journal file name. --> <jvmarg line="${queryJvmArgs} -Dcom.bigdata.journal.AbstractJournal.file=${bsbm.qualJournal}" /> @@ -177,17 +177,6 @@ </java> </target> - <!-- - <target name="stop-nano-server" depends="compile" description="Stop the small http server running at the configured port (either qualification or normal trials)."> - <java classname="com.bigdata.rdf.sail.bench.NanoSparqlServer" fork="true" failonerror="true" dir="${build.dir}/bin"> - <arg line="${bsbm.nanoServerPort} -stop" /> - <classpath> - <path refid="runtime.classpath" /> - </classpath> - </java> - </target> - --> - <target name="rampup" depends="compile" description="Runs the benchmark queries against the loaded data until system performance reaches a steady state as defined by the benchmark."> <java classname="benchmark.testdriver.TestDriver" fork="true" failonerror="true" dir="${build.dir}/bin"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |