diff --git a/src/etc/performance/dirscanner.xml b/src/etc/performance/dirscanner.xml new file mode 100644 index 000000000..6f55e0e95 --- /dev/null +++ b/src/etc/performance/dirscanner.xml @@ -0,0 +1,204 @@ + + + + + Contains tests that measure the relative performance of Ant's + directory scanner. This is mainly used to compare performance + changes between Ant releases. + + Before you run any tests, you need to set up the environment by + running the setup target. Note that this will create a directory + tree holding 10000 directories and about 22000 files. + + The setup target requires Ant 1.7.0 or later. + + The tests use the pathconvert task whose performance should be + dominated by directory scanner, they would use ressourcecount if + that had been available in Ant 1.6.5. + + The tests will use the default settings of followsymlinks="true" + and casesensitive="true" unless those values get overwritten by + the properties symlinks and/or casesensitive on the command line. + + + + + + + + This is ${ant.version} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +