aboutsummaryrefslogtreecommitdiffstats
path: root/build/speed
Commit message (Collapse)AuthorAgeFilesLines
* Removing the old speed perf directory (the current one is in the main ↵John Resig2009-10-224-3867/+0
| | | | 'speed' directory).
* Updated the benchmarking utility to use the Yahoo homepage and a bunch of ↵John Resig2009-01-122-457/+41
| | | | new selectors.
* Tweaked the benchmark tests.John Resig2009-01-121-1/+1
|
* Removed all uses of @ in the benchmarker and added a couple :not() tests.John Resig2009-01-061-7/+5
|
* Cleaned up the benchmarking utility (using a newer version of jQuery and ↵John Resig2009-01-063-4142/+1705
| | | | fixing the runner).
* Fixed the build/speed testing application to work with current versions of ↵David Serduke2007-12-055-2255/+5998
| | | | | | | jQuery. The main changes were implementing :has() where necessary to replace functionality that no longer existed and to use noConflict() so the libraries wouldn't have to be modified for the speed testing. So now the file jquery-basis.js will be tested against the jquery.js in the /dist directory. Version 1.2.1 is currently in jquery-basis.js.
* Added the Speed Test Suite. Can be made by doing 'make speed'.John Resig2007-06-304-0/+2979