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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Aug 4 12:57:25 EDT 2008


Author: mircea.markus
Date: 2008-08-04 12:57:25 -0400 (Mon, 04 Aug 2008)
New Revision: 6502

Modified:
   benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh
Log:
cluster.sh will be called with nohup

Modified: benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh	2008-08-04 16:30:04 UTC (rev 6501)
+++ benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh	2008-08-04 16:57:25 UTC (rev 6502)
@@ -1,10 +1,9 @@
 #!/bin/bash
 
 scaling="2 4 6 8"
-#scaling="2 4 6 8 10"
-#scaling="2 4"
-configs="pess-repl-async.xml pess-repl-sync.xml pess-repl-async-br.xml"
-products="jbosscache-2.0.0 jbosscache-2.1.0"
+configs="pess-repl-sync.xml pess-repl-sync-br.xml pess-repl-async.xml mvcc-repl-sync.xml mvcc-repl-sync-br.xml mvcc-repl-async.xml"
+#configs="distributed replicated"
+products="jbosscache-3.0.0"
 
 mkdir output
 
@@ -14,7 +13,7 @@
 	do
 		for size in $scaling
 		do
-			./cluster.sh start $product $config $size
+			nohup ./cluster.sh start $product $config $size
 
 			outputFileName=data_${product}_${config}_${size}.csv
 			while [ ! -e $outputFileName ]




More information about the jbosscache-commits mailing list