132
edits
m (Moved away from v2.) |
|||
Line 1: | Line 1: | ||
The '''[http:// | The '''[http://dromaeo.com/ Dromaeo JavaScript Performance Test Suite]'''. Named after the Dromaeosaurs - or 'fast lizard' - and created by [http://ejohn.org/ John Resig] (jresig at mozilla.com). | ||
'''NOTE:''' | '''NOTE:''' | ||
Line 13: | Line 13: | ||
'''Dromaeo:''' | '''Dromaeo:''' | ||
[http:// | [http://dromaeo.com/ http://dromaeo.com/] | ||
Visiting the main Dromaeo page you are given a collection of tests which can be run. Generally these tests are designed to be more "real world" in nature (testing a number of features simultaneously). Each test should have a full description explaining what the test is achieving along with an indication of what is being tested. | Visiting the main Dromaeo page you are given a collection of tests which can be run. Generally these tests are designed to be more "real world" in nature (testing a number of features simultaneously). Each test should have a full description explaining what the test is achieving along with an indication of what is being tested. | ||
If you don't wish to run all of the available tests, and only run a sub-section of them, you can filter tests via the URL, like so: | If you don't wish to run all of the available tests, and only run a sub-section of them, you can filter tests via the URL, like so: | ||
* [http:// | * [http://dromaeo.com/?3d http://dromaeo.com/?3d] (this will only run 3d-related tests) | ||
* [http:// | * [http://dromaeo.com/?string http://dromaeo.com/?string] (this will only run String-related tests) | ||
You have full regular expression support so something like the following will work, as well: | You have full regular expression support so something like the following will work, as well: | ||
* [http:// | * [http://dromaeo.com/?(3d|string) http://dromaeo.com/?(3d|string)] (only run 3d or String-related tests) | ||
=== Running the Tests === | === Running the Tests === |
edits