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

Manik Surtani manik at jboss.org
Wed May 23 06:28:55 EDT 2007


  User: msurtani
  Date: 07/05/23 06:28:55

  Modified:    tests/perf/org/jboss/cache/manualtests/cacheloader/newimpl  
                        NewImplRepeatingBenchmark.java
                        NewImplBenchmark.java
  Log:
  Initiated a bunch of performance fixes, including replacing CopyOnWriteArraySets with org.jboss.cache.util.concurrent.ConcurrentHashSet.
  Also ran an imports optimiser on the code base - there were a lot of unused imports floating about.
  
  Revision  Changes    Path
  1.2       +20 -20    JBossCache/tests/perf/org/jboss/cache/manualtests/cacheloader/newimpl/NewImplRepeatingBenchmark.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewImplRepeatingBenchmark.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/manualtests/cacheloader/newimpl/NewImplRepeatingBenchmark.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- NewImplRepeatingBenchmark.java	10 Feb 2007 17:47:02 -0000	1.1
  +++ NewImplRepeatingBenchmark.java	23 May 2007 10:28:55 -0000	1.2
  @@ -1,9 +1,9 @@
   package org.jboss.cache.manualtests.cacheloader.newimpl;
   
  -import org.jboss.cache.manualtests.cacheloader.RepeatingBenchmark;
  +import org.jboss.cache.config.CacheLoaderConfig;
   import org.jboss.cache.loader.CacheLoader;
   import org.jboss.cache.loader.JDBCCacheLoader;
  -import org.jboss.cache.config.CacheLoaderConfig;
  +import org.jboss.cache.manualtests.cacheloader.RepeatingBenchmark;
   
   import java.util.Properties;
   
  
  
  
  1.2       +20 -20    JBossCache/tests/perf/org/jboss/cache/manualtests/cacheloader/newimpl/NewImplBenchmark.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewImplBenchmark.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/manualtests/cacheloader/newimpl/NewImplBenchmark.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- NewImplBenchmark.java	10 Feb 2007 17:47:02 -0000	1.1
  +++ NewImplBenchmark.java	23 May 2007 10:28:55 -0000	1.2
  @@ -1,9 +1,9 @@
   package org.jboss.cache.manualtests.cacheloader.newimpl;
   
  +import org.jboss.cache.config.CacheLoaderConfig;
   import org.jboss.cache.loader.CacheLoader;
   import org.jboss.cache.loader.JDBCCacheLoader;
   import org.jboss.cache.manualtests.cacheloader.BaseBenchmark;
  -import org.jboss.cache.config.CacheLoaderConfig;
   
   import java.util.Properties;
   
  
  
  



More information about the jboss-cvs-commits mailing list