[jbosscache-commits] JBoss Cache SVN: r8053 - in benchmarks/benchmark-fwk/trunk: cache-products/infinispan-4.0.0/lib and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu May 7 13:12:21 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-05-07 13:12:21 -0400 (Thu, 07 May 2009)
New Revision: 8053

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/infinispan-core.jar
   benchmarks/benchmark-fwk/trunk/jvm_params.sh
   benchmarks/benchmark-fwk/trunk/runAllLocal.sh
Log:


Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/infinispan-core.jar
===================================================================
(Binary files differ)

Modified: benchmarks/benchmark-fwk/trunk/jvm_params.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/jvm_params.sh	2009-05-05 12:24:37 UTC (rev 8052)
+++ benchmarks/benchmark-fwk/trunk/jvm_params.sh	2009-05-07 17:12:21 UTC (rev 8053)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 ### sets the JVM params for the instance that triggers test runnings
-export JVM_XMS=256m
-export JVM_XMX=1024m
\ No newline at end of file
+export JVM_XMS=2G
+export JVM_XMX=2G

Modified: benchmarks/benchmark-fwk/trunk/runAllLocal.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/runAllLocal.sh	2009-05-05 12:24:37 UTC (rev 8052)
+++ benchmarks/benchmark-fwk/trunk/runAllLocal.sh	2009-05-07 17:12:21 UTC (rev 8053)
@@ -8,19 +8,20 @@
 export PLAIN_JVM_OPTIONS="${JVM_OPTIONS} -DcacheBenchFwk.fwkCfgFile=cachebench-local.xml -Xms2g -Xmx2g"
 unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(3.0.3.GA)"
 ./runLocalNode.sh jbosscache-3.0.0 mvcc-local-RC.xml
+unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(4.0.0.ALPHA2)"
+./runLocalNode.sh infinispan-4.0.0 local-RC.xml
 unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(3.0.3.GA)"
+./runLocalNode.sh jbosscache-3.0.0 mvcc-local-RC-FIFO.xml
+unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(4.0.0.ALPHA2)"
+./runLocalNode.sh infinispan-4.0.0 local-RC-FIFO.xml
+
+unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(3.0.3.GA)"
 ./runLocalNode.sh jbosscache-3.0.0 mvcc-local-RR.xml
 unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(4.0.0.ALPHA2)"
-./runLocalNode.sh infinispan-4.0.0 local-RC.xml
-unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(4.0.0.ALPHA2)"
 ./runLocalNode.sh infinispan-4.0.0 local-RR.xml
 unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(3.0.3.GA)"
-./runLocalNode.sh jbosscache-3.0.0 mvcc-local-RC-FIFO.xml
-unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(3.0.3.GA)"
 ./runLocalNode.sh jbosscache-3.0.0 mvcc-local-RR-FIFO.xml
 unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(4.0.0.ALPHA2)"
-./runLocalNode.sh infinispan-4.0.0 local-RC-FIFO.xml
-unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=(4.0.0.ALPHA2)"
 ./runLocalNode.sh infinispan-4.0.0 local-RR-FIFO.xml
 
 




More information about the jbosscache-commits mailing list