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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jul 17 09:58:38 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-07-17 09:58:38 -0400 (Thu, 17 Jul 2008)
New Revision: 6319

Modified:
   benchmarks/benchmark-fwk/trunk/conf/cachebench-local.xml
Log:
Added the ability to perform multiple runs

Modified: benchmarks/benchmark-fwk/trunk/conf/cachebench-local.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/cachebench-local.xml	2008-07-17 13:57:13 UTC (rev 6318)
+++ benchmarks/benchmark-fwk/trunk/conf/cachebench-local.xml	2008-07-17 13:58:38 UTC (rev 6319)
@@ -44,7 +44,7 @@
       If no warmup is needed use org.cachebench.warmup.NoCacheWarmup
       -->
       <warmup warmupClass="org.cachebench.warmup.PutGetCacheWarmup">
-         <param name="operationCount" value="50000"/>
+         <param name="operationCount" value="10000"/>
       </warmup>
 
       <!--
@@ -60,7 +60,7 @@
          * You can write your own custom testClass.
          * weight is currently unused.
       -->
-      <test name="Strings" testClass="org.cachebench.tests.simpletests.StringTest" weight="2.0" repeat="10">
+      <test name="Strings" testClass="org.cachebench.tests.simpletests.StringTest" weight="2.0" repeat="20">
          <param name="writePercentage" value="20"/>
       </test>
 




More information about the jbosscache-commits mailing list