Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing the old speed perf directory (the current one is in the main ↵ | John Resig | 2009-10-22 | 4 | -3867/+0 |
| | | | | 'speed' directory). | ||||
* | Updated the benchmarking utility to use the Yahoo homepage and a bunch of ↵ | John Resig | 2009-01-12 | 2 | -457/+41 |
| | | | | new selectors. | ||||
* | Tweaked the benchmark tests. | John Resig | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | Removed all uses of @ in the benchmarker and added a couple :not() tests. | John Resig | 2009-01-06 | 1 | -7/+5 |
| | |||||
* | Cleaned up the benchmarking utility (using a newer version of jQuery and ↵ | John Resig | 2009-01-06 | 3 | -4142/+1705 |
| | | | | fixing the runner). | ||||
* | Fixed the build/speed testing application to work with current versions of ↵ | David Serduke | 2007-12-05 | 5 | -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 Resig | 2007-06-30 | 4 | -0/+2979 |