Dromaeo: Difference between revisions

27 bytes removed ,  29 June 2009
m
Moved away from v2.
m (Moved away from v2.)
Line 1: Line 1:
The '''[http://v2.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).
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://v2.dromaeo.com/ http://v2.dromaeo.com/]
[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://v2.dromaeo.com/?3d http://v2.dromaeo.com/?3d] (this will only run 3d-related tests)
* [http://dromaeo.com/?3d http://dromaeo.com/?3d] (this will only run 3d-related tests)
* [http://v2.dromaeo.com/?string http://v2.dromaeo.com/?string] (this will only run String-related tests)
* [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://v2.dromaeo.com/?(3d|string) http://v2.dromaeo.com/?(3d|string)] (only run 3d or String-related tests)
* [http://dromaeo.com/?(3d|string) http://dromaeo.com/?(3d|string)] (only run 3d or String-related tests)


=== Running the Tests ===
=== Running the Tests ===
132

edits