Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3218

Show
Ignore:
Timestamp:
02/17/08 21:45:46 (10 months ago)
Author:
kris
Message:

increased iterations

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/example/text/xmldom.d

    r3207 r3218  
    3737void main() 
    3838{ 
    39         for (int i=10; --i;) 
    40              bench (1000, "hamlet.xml"); 
     39        for (int i=20; --i;) 
     40             bench (2000, "hamlet.xml"); 
    4141} 
    4242