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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Jan 30 20:31:23 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-30 20:31:23 -0500 (Wed, 30 Jan 2008)
New Revision: 5272

Modified:
   benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh
   benchmarks/benchmark-fwk/trunk/generateChart.sh
Log:


Modified: benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh	2008-01-31 01:28:40 UTC (rev 5271)
+++ benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh	2008-01-31 01:31:23 UTC (rev 5272)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-scaling="2 4 6 8 10"
-#scaling="2 4 6"
-configs="pess-repl-async.xml pess-repl-sync.xml pess-repl-async-br.xml"
+#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"
 
 mkdir output
@@ -15,15 +15,15 @@
 		do
 			./cluster.sh start $product $config $size
 
-			outputFileName=data_$product_$config_$size.csv
+			outputFileName=data_${product}_${config}_${size}.csv
 
 			while [ ! -e $outputFileName ]
 			do
-				echo Waiting for report... 
-				sleep 60
+				echo Waiting for report [ $outputFileName ]
+				sleep 10
 			done
 			sleep 60
-			mv outputFileName output/
+			mv $outputFileName output/
 			sleep 10
 		done
 	done

Modified: benchmarks/benchmark-fwk/trunk/generateChart.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/generateChart.sh	2008-01-31 01:28:40 UTC (rev 5271)
+++ benchmarks/benchmark-fwk/trunk/generateChart.sh	2008-01-31 01:31:23 UTC (rev 5272)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-CP=.
+CP=.:classes/production/Framework
 
-for i in lib/*.java
+for i in lib/*.jar
 do
    CP=$CP:$i
 done




More information about the jbosscache-commits mailing list