summaryrefslogtreecommitdiff
path: root/src/etc/performance
Commit message (Collapse)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-252-3/+3
| | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* Revert "Trailing whitespace"Jaikiran Pai2018-07-072-4/+4
| | | | | This reverts commit 2f64e0b51c295960cb15aa77c7c1f447b2518e14. Discussion in ant dev mailing list https://www.mail-archive.com/dev@ant.apache.org/msg47356.html
* Trailing whitespaceGintas Grigelionis2018-07-012-4/+4
|
* whitespaceStefan Bodewig2008-09-221-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697693 13f79535-47bb-0310-9956-ffa450edef68
* alternative scan task that uses resourcecount to isolate memory effect of ↵Stefan Bodewig2008-09-191-4/+35
| | | | | | pathconvert (and its result) from scanning git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697038 13f79535-47bb-0310-9956-ffa450edef68
* wrong property nameStefan Bodewig2008-09-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697020 13f79535-47bb-0310-9956-ffa450edef68
* optional bigger testbed with an order of magnitude more dirs and files.Stefan Bodewig2008-09-191-6/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696975 13f79535-47bb-0310-9956-ffa450edef68
* another testStefan Bodewig2008-09-191-0/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696917 13f79535-47bb-0310-9956-ffa450edef68
* performance tests for DirectoryScannerStefan Bodewig2008-09-181-0/+204
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696612 13f79535-47bb-0310-9956-ffa450edef68
* merge license additions from 1.7 branch (i.e. revs 637870 to 637914)Stefan Bodewig2008-03-171-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@637939 13f79535-47bb-0310-9956-ffa450edef68
* remove CRsStefan Bodewig2006-09-211-107/+107
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448449 13f79535-47bb-0310-9956-ffa450edef68
* This build file is designed to report the performancePeter Reilly2006-09-201-0/+107
of ant from various releases. to use: * install ant-contrib.jar to ($ANT_HOME|$HOME/.ant)/lib * install beanshell jar and bsf jar * use unix (with bash) or install cygwin * set the env variables {whichever needs testing} ANT_HOME ANT_HOME_6_5 (the directory containing ant 1.6.5) ANT_HOME_6_4 ANT_HOME_5_4 * run ant For example: export ANT_HOME="c:/cygwin/home/me/svn/trunk/dist" export ANT_HOME_5_4="l:/apps/apache-ant-1.5.4" ant.bat TODO: more build files. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448373 13f79535-47bb-0310-9956-ffa450edef68