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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jul 17 07:49:04 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-07-17 07:49:04 -0400 (Thu, 17 Jul 2008)
New Revision: 6315

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

Modified: benchmarks/benchmark-fwk/trunk/conf/cachebench.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/cachebench.xml	2008-07-17 11:47:22 UTC (rev 6314)
+++ benchmarks/benchmark-fwk/trunk/conf/cachebench.xml	2008-07-17 11:49:04 UTC (rev 6315)
@@ -51,17 +51,23 @@
         validates that replication is enabled and works. If repl does not occur and the stopOnFailure is set to true then exists.
         Should be used to make sure that replication is enabled; see javadoc for more details
       -->
-            <test name="replicationOccurrsTest" testClass="org.cachebench.tests.ReplicationOccursTest">
-               <param name="partialReplication" value="true"/>
-            </test>
+      <test name="replicationOccurrsTest" testClass="org.cachebench.tests.ReplicationOccursTest">
+         <param name="partialReplication" value="true"/>
+      </test>
 
       <!--
          * The "name" attrib is just used for display in the reports.
          * You can write your own custom testClass.
          * weight is currently unused.
+         * repeat allows you to specify how many times this test is to be run.  Average results are used.
       -->
-      <!--<test name="Strings" testClass="org.cachebench.tests.simpletests.StringTest" weight="2.0" />-->
+      <!--
+         <test name="Strings" testClass="org.cachebench.tests.simpletests.StringTest" weight="2.0" repeat="10">
+            <param name="writePercentage" value="20"/>
+         </test>
+      -->
 
+
       <test name="SessionSimulator" testClass="org.cachebench.tests.SessionSimulatorTest" weight="2.0">
          <param name="numberOfRequest" value="100000"/>
          <param name="numberOfAttributes" value="100"/>




More information about the jbosscache-commits mailing list