[jboss-cvs] CacheBenchFwk/conf ...

Manik Surtani manik at jboss.org
Thu Dec 6 10:42:43 EST 2007


  User: msurtani
  Date: 07/12/06 10:42:43

  Modified:    conf     cachebench.xml
  Log:
  Updated cfgs
  
  Revision  Changes    Path
  1.14      +12 -7     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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- cachebench.xml	18 May 2007 15:35:24 -0000	1.13
  +++ cachebench.xml	6 Dec 2007 15:42:43 -0000	1.14
  @@ -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="100000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="25">
  +<cachebench sampleSize="100000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
   
   	<!-- Each testcase represents either a single configuration or a cacheing product.
   		  
  @@ -23,11 +23,15 @@
   
      <!-- Make SURE you read the docs - especially when using Terracotta as this involves some additional setup -->
   
  +   <!-- Legacy stuff -->
      <!--<testcase name="JBossCache140-Pessimistic-REPL_SYNC" cacheWrapper="org.cachebench.cachewrappers.JBossCacheWrapper">-->
  -    <!--<testcase name="JBossCache200-Pessimistic-REPL_SYNC" cacheWrapper="org.cachebench.cachewrappers.JBossCache200Wrapper">-->
       <!--<testcase name="EHCache124-replicated" cacheWrapper="org.cachebench.cachewrappers.EHCacheWrapper">-->
       <!--<testcase name="Terracotta230" cacheWrapper="org.cachebench.cachewrappers.TerracottaWrapper">-->
  -    <testcase name="Coherence-3.2.2" cacheWrapper="org.cachebench.cachewrappers.CoherenceWrapper">
  +
  +
  +    <!--<testcase name="JBossCache2x-Pessimistic-REPL_SYNC_BR" cacheWrapper="org.cachebench.cachewrappers.JBossCache200Wrapper">-->
  +    <!--<testcase name="JBossCache2x-Pessimistic-REPL_ASYNC" cacheWrapper="org.cachebench.cachewrappers.JBossCache200Wrapper">-->
  +    <testcase name="Coherence-3.x" cacheWrapper="org.cachebench.cachewrappers.CoherenceWrapper">
   
         <!--
            * The "name" attrib is just used for display in the reports.
  @@ -47,10 +51,11 @@
   
   		<!-- arbitrary params may be passed into the cacheWrapper implementation, typically used to pass in config files for the cache product. -->
         <!-- JBoss Cache 1.4.x and 2.x -->
  -      <!--<param name="config" value="pess-repl-sync.xml" />-->
  +      <param name="config" value="pess-repl-sync-br.xml" />       
  +      <!--<param name="config" value="pess-repl-async.xml" />-->
   
         <!-- EHCache -->
  -      <param name="config" value="ehcache-repl-sync.xml" />
  +      <!--<param name="config" value="ehcache-repl-sync.xml" />-->
   
         <!-- Terracotta -->
         <!--<param name="config" value="tc-config-pojo.xml" />-->
  
  
  



More information about the jboss-cvs-commits mailing list