[jbosscache-commits] JBoss Cache SVN: r7748 - benchmarks/benchmark-fwk/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Feb 23 06:45:42 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-02-23 06:45:38 -0500 (Mon, 23 Feb 2009)
New Revision: 7748

Modified:
   benchmarks/benchmark-fwk/trunk/runAllLocal.sh
Log:


Modified: benchmarks/benchmark-fwk/trunk/runAllLocal.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/runAllLocal.sh	2009-02-23 11:41:39 UTC (rev 7747)
+++ benchmarks/benchmark-fwk/trunk/runAllLocal.sh	2009-02-23 11:45:38 UTC (rev 7748)
@@ -5,15 +5,9 @@
 jdk=java5
 rm -rf ./output/*
 export PLAIN_JVM_OPTIONS="${JVM_OPTIONS} -DcacheBenchFwk.fwkCfgFile=cachebench-local.xml -Xms2g -Xmx2g"
-unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=.CR7"
-./runLocalNode.sh jbosscache-2.2.0 pess-local-RR.xml
-./runLocalNode.sh jbosscache-2.2.0 pess-local-RC.xml
-unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=.ALPHA2"
+unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS}"
 ./runLocalNode.sh jbosscache-3.0.0 mvcc-local-RR.xml
 ./runLocalNode.sh jbosscache-3.0.0 mvcc-local-RC.xml
-unset JVM_OPTIONS && export JVM_OPTIONS=${PLAIN_JVM_OPTIONS}
-./runLocalNode.sh jbosscache-2.1.0 pess-local-RR.xml
-./runLocalNode.sh jbosscache-2.1.0 pess-local-RC.xml
 ./runLocalNode.sh ehcache-1.5.0 ehcache-local.xml
 
 mkdir output




More information about the jbosscache-commits mailing list