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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Sep 19 07:08:10 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-09-19 07:08:10 -0400 (Fri, 19 Sep 2008)
New Revision: 6757

Modified:
   benchmarks/benchmark-fwk/trunk/conf/cachebench.xml
Log:
Updated cfgs

Modified: benchmarks/benchmark-fwk/trunk/conf/cachebench.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/cachebench.xml	2008-09-19 11:07:57 UTC (rev 6756)
+++ benchmarks/benchmark-fwk/trunk/conf/cachebench.xml	2008-09-19 11:08:10 UTC (rev 6757)
@@ -8,7 +8,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="10000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true"
+<cachebench sampleSize="500000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true"
             numThreads="10">
 
 
@@ -44,7 +44,7 @@
       If no warmup is needed use org.cachebench.warmup.NoCacheWarmup
       -->
       <warmup warmupClass="org.cachebench.warmup.PutGetCacheWarmup">
-         <param name="operationCount" value="3000"/>
+         <param name="operationCount" value="10000"/>
       </warmup>
 
       <!--
@@ -69,10 +69,10 @@
 
 
       <test name="SessionSimulator" testClass="org.cachebench.tests.SessionSimulatorTest" weight="2.0">
-         <param name="numberOfRequest" value="100000"/>
+         <param name="numberOfRequest" value="500000"/>
          <param name="numberOfAttributes" value="100"/>
-         <param name="writePercentage" value="20"/>
-         <param name="sizeOfAnAttribute" value="1000"/>
+         <param name="writePercentage" value="10"/>
+         <param name="sizeOfAnAttribute" value="10000"/>
       </test>
 
       <!--




More information about the jbosscache-commits mailing list