dlr         02/02/19 15:01:54

  Modified:    .        build.xml
  Log:
  Added a commented-out Xerces JAR to the "test" target's classpath.  My
  unit tests to date have shown MinML to be ~60% faster than Xerces:
  
  MinML:
  Total time elapsed for 3000 iterations: 8646 milliseconds
  Average time: 2 milliseconds
  
  Xerces:
  Total time elapsed for 3000 iterations: 16409 milliseconds
  Average time: 5 milliseconds
  
  Revision  Changes    Path
  1.12      +1 -0      xml-rpc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- build.xml 19 Feb 2002 04:07:17 -0000      1.11
  +++ build.xml 19 Feb 2002 23:01:53 -0000      1.12
  @@ -247,6 +247,7 @@
         <formatter type="plain"/>
         <classpath refid="classpath"/>
         <classpath>
  +        <!-- <pathelement location="${xerces.jar}"/> -->
           <pathelement path="${build.dest}"/>
           <pathelement location="${junit.jar}"/>
           <pathelement path="${build.test.dest}"/>
  
  
  


Reply via email to