[jboss-cvs] JBossCache/tests/perf/org/jboss/cache ...

Manik Surtani manik at jboss.org
Wed May 23 12:56:23 EDT 2007


  User: msurtani
  Date: 07/05/23 12:56:23

  Modified:    tests/perf/org/jboss/cache  ReplicatedAsyncPerfTest.java
  Log:
  minor optimisation in the notifier
  
  Revision  Changes    Path
  1.13      +2 -2      JBossCache/tests/perf/org/jboss/cache/ReplicatedAsyncPerfTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedAsyncPerfTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/ReplicatedAsyncPerfTest.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- ReplicatedAsyncPerfTest.java	23 May 2007 15:22:05 -0000	1.12
  +++ ReplicatedAsyncPerfTest.java	23 May 2007 16:56:23 -0000	1.13
  @@ -30,7 +30,7 @@
    * Replicated asynchronous mode performance test for transactional CacheImpl
    *
    * @author <a href="mailto:bwang at jboss.org">Ben Wang</a> May 20 2003
  - * @version $Revision: 1.12 $
  + * @version $Revision: 1.13 $
    */
   public class ReplicatedAsyncPerfTest extends TestCase
   {
  @@ -45,7 +45,7 @@
      ArrayList nodeList_;
      static final int depth_ = 4;
      static final int children_ = 5;
  -   static final int loops = 10;
  +   static final int loops = 1; // set to 1 for automated tests
      static final boolean loop = true;
      DummyTransactionManager tm_;
   
  
  
  



More information about the jboss-cvs-commits mailing list