You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2002/06/04 22:58:28 UTC

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xsl PerfTestlet.java

pauldick    2002/06/04 13:58:28

  Modified:    test/java/src/org/apache/qetest/xsl PerfTestlet.java
  Log:
  Changes iterations from 10 to 5.
  
  Revision  Changes    Path
  1.6       +2 -2      xml-xalan/test/java/src/org/apache/qetest/xsl/PerfTestlet.java
  
  Index: PerfTestlet.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/PerfTestlet.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PerfTestlet.java	14 May 2002 15:39:20 -0000	1.5
  +++ PerfTestlet.java	4 Jun 2002 20:58:28 -0000	1.6
  @@ -77,7 +77,7 @@
    * transformWrapper will return different sets of timings.
    *
    * @author Shane_Curcuru@us.ibm.com
  - * @version $Id: PerfTestlet.java,v 1.5 2002/05/14 15:39:20 pauldick Exp $
  + * @version $Id: PerfTestlet.java,v 1.6 2002/06/04 20:58:28 pauldick Exp $
    */
   public class PerfTestlet extends StylesheetTestlet
   {
  @@ -112,7 +112,7 @@
               throws Exception
       {
           // Setup: Save options from the datalet in convenience variables
  -        int iterations = 10;
  +        int iterations = 5;
           boolean runtimeGC = true;
           long[] times = null;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org