[jboss-cvs] CacheBenchFwk ...

Manik Surtani manik at jboss.org
Thu Dec 6 10:00:29 EST 2007


  User: msurtani
  Date: 07/12/06 10:00:29

  Modified:    CacheBenchFwk  build.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.9       +7 -4      CacheBenchFwk/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- build.xml	21 May 2007 16:53:39 -0000	1.8
  +++ build.xml	6 Dec 2007 15:00:29 -0000	1.9
  @@ -105,11 +105,14 @@
          cause problems, so are not loaded every time.  Specify which
          plugin you plan to use in your test by using
   
  -         -Dorg.cachebench.plugins.jbosscache1=true
  -         -Dorg.cachebench.plugins.jbosscache2=true
  -         -Dorg.cachebench.pluins.ehcache=true
  +         -Dorg.cachebench.plugins.jbosscache1=true -Dbind.address=${MYTESTIP_1}
  +         -Dorg.cachebench.plugins.jbosscache2=true -Dbind.address=${MYTESTIP_1}
  +         -Dorg.cachebench.pluins.ehcache=true -Dbind.address=${MYTESTIP_1}
  +         -Dorg.cachebench.plugins.coherence=true -Dtangosol.coherence.localhost=${MYTESTIP_1}
  +        
  +        // WORK IN PROGRESS
            -Dorg.cachebench.plugins.terracotta=true
  -         -Dorg.cachebench.plugins.coherence=true
  +
   
         when running ant.  Note that only one can be set at any time.
   
  
  
  



More information about the jboss-cvs-commits mailing list