[jboss-cvs] CacheBenchFwk/conf ...

Manik Surtani manik at jboss.org
Tue Mar 13 10:56:56 EDT 2007


  User: msurtani
  Date: 07/03/13 10:56:56

  Modified:    conf     cachebench.xml
  Log:
  wc
  
  Revision  Changes    Path
  1.7       +6 -5      CacheBenchFwk/conf/cachebench.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cachebench.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/conf/cachebench.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- cachebench.xml	13 Mar 2007 14:43:05 -0000	1.6
  +++ cachebench.xml	13 Mar 2007 14:56:56 -0000	1.7
  @@ -22,7 +22,7 @@
       <!-- Note that weights are currently ignored. -->
       <testcase
   		name="JBossCache-Pessimistic-REPL_SYNC"
  -		cacheWrapper="org.cachebench.cachewrappers.JBossCacheWrapper">
  +		cacheWrapper="org.cachebench.cachewrappers.JBossCache200Wrapper">
   		<test name="Strings" testClass="org.cachebench.tests.StringTest" weight="2.0" />
          <!--
         <test name="Primitive Wrappers" testClass="org.cachebench.tests.PrimitiveTest" weight="1.0" />
  @@ -37,27 +37,28 @@
   		<param name="config" value="pess-repl-sync.xml" />
   	</testcase>
   
  +   <!--
      <testcase
   		name="JBossCache-Pessimistic-REPL_ASYNC"
  -		cacheWrapper="org.cachebench.cachewrappers.JBossCacheWrapper">
  +		cacheWrapper="org.cachebench.cachewrappers.JBossCache200Wrapper">
   		<test name="Strings" testClass="org.cachebench.tests.StringTest" weight="2.0" />
   		<param name="config" value="pess-repl-sync.xml" />
   	</testcase>
   
      <testcase
   		name="JBossCache-Optimistic-REPL_SYNC"
  -		cacheWrapper="org.cachebench.cachewrappers.JBossCacheWrapper">
  +		cacheWrapper="org.cachebench.cachewrappers.JBossCache200Wrapper">
   		<test name="Strings" testClass="org.cachebench.tests.StringTest" weight="2.0" />
   		<param name="config" value="pess-repl-sync.xml" />
   	</testcase>
   
      <testcase
   		name="JBossCache-Optimistic-REPL_ASYNC"
  -		cacheWrapper="org.cachebench.cachewrappers.JBossCacheWrapper">
  +		cacheWrapper="org.cachebench.cachewrappers.JBossCache200Wrapper">
   		<test name="Strings" testClass="org.cachebench.tests.StringTest" weight="2.0" />
   		<param name="config" value="pess-repl-sync.xml" />
   	</testcase>
  -
  +          -->
   
      <!--
   	
  
  
  



More information about the jboss-cvs-commits mailing list