[jbosscache-commits] JBoss Cache SVN: r4818 - cache-bench-fwk/trunk/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Dec 7 10:49:34 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-12-07 10:49:34 -0500 (Fri, 07 Dec 2007)
New Revision: 4818

Modified:
   cache-bench-fwk/trunk/conf/cachebench-coherence.xml
   cache-bench-fwk/trunk/conf/cachebench-jbc-async.xml
   cache-bench-fwk/trunk/conf/cachebench-jbc-br-async.xml
   cache-bench-fwk/trunk/conf/cachebench-jbc-br.xml
   cache-bench-fwk/trunk/conf/cachebench-jbc-sync.xml
Log:
Additional configs

Modified: cache-bench-fwk/trunk/conf/cachebench-coherence.xml
===================================================================
--- cache-bench-fwk/trunk/conf/cachebench-coherence.xml	2007-12-07 15:48:53 UTC (rev 4817)
+++ cache-bench-fwk/trunk/conf/cachebench-coherence.xml	2007-12-07 15:49:34 UTC (rev 4818)
@@ -7,7 +7,7 @@
 	emptyCacheBetweenTests - again, use if you're running out of mem.
 	numThreads - the number of executor threads to use to perform the required number of operations.  
 -->
-<cachebench sampleSize="1000000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
+<cachebench sampleSize="100000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
 
 	<!-- Each testcase represents either a single configuration or a cacheing product.
 		  

Modified: cache-bench-fwk/trunk/conf/cachebench-jbc-async.xml
===================================================================
--- cache-bench-fwk/trunk/conf/cachebench-jbc-async.xml	2007-12-07 15:48:53 UTC (rev 4817)
+++ cache-bench-fwk/trunk/conf/cachebench-jbc-async.xml	2007-12-07 15:49:34 UTC (rev 4818)
@@ -7,7 +7,7 @@
 	emptyCacheBetweenTests - again, use if you're running out of mem.
 	numThreads - the number of executor threads to use to perform the required number of operations.  
 -->
-<cachebench sampleSize="1000000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
+<cachebench sampleSize="100000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
 
 	<!-- Each testcase represents either a single configuration or a cacheing product.
 		  

Modified: cache-bench-fwk/trunk/conf/cachebench-jbc-br-async.xml
===================================================================
--- cache-bench-fwk/trunk/conf/cachebench-jbc-br-async.xml	2007-12-07 15:48:53 UTC (rev 4817)
+++ cache-bench-fwk/trunk/conf/cachebench-jbc-br-async.xml	2007-12-07 15:49:34 UTC (rev 4818)
@@ -7,7 +7,7 @@
 	emptyCacheBetweenTests - again, use if you're running out of mem.
 	numThreads - the number of executor threads to use to perform the required number of operations.  
 -->
-<cachebench sampleSize="1000000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
+<cachebench sampleSize="100000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
 
 	<!-- Each testcase represents either a single configuration or a cacheing product.
 		  

Modified: cache-bench-fwk/trunk/conf/cachebench-jbc-br.xml
===================================================================
--- cache-bench-fwk/trunk/conf/cachebench-jbc-br.xml	2007-12-07 15:48:53 UTC (rev 4817)
+++ cache-bench-fwk/trunk/conf/cachebench-jbc-br.xml	2007-12-07 15:49:34 UTC (rev 4818)
@@ -7,7 +7,7 @@
 	emptyCacheBetweenTests - again, use if you're running out of mem.
 	numThreads - the number of executor threads to use to perform the required number of operations.  
 -->
-<cachebench sampleSize="1000000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
+<cachebench sampleSize="100000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
 
 	<!-- Each testcase represents either a single configuration or a cacheing product.
 		  

Modified: cache-bench-fwk/trunk/conf/cachebench-jbc-sync.xml
===================================================================
--- cache-bench-fwk/trunk/conf/cachebench-jbc-sync.xml	2007-12-07 15:48:53 UTC (rev 4817)
+++ cache-bench-fwk/trunk/conf/cachebench-jbc-sync.xml	2007-12-07 15:49:34 UTC (rev 4818)
@@ -7,7 +7,7 @@
 	emptyCacheBetweenTests - again, use if you're running out of mem.
 	numThreads - the number of executor threads to use to perform the required number of operations.  
 -->
-<cachebench sampleSize="1000000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
+<cachebench sampleSize="100000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
 
 	<!-- Each testcase represents either a single configuration or a cacheing product.
 		  




More information about the jbosscache-commits mailing list