Mozilla2:Trender: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
* Real-world HTML tests, and reference URLs (the actual page in the test is a static page)
* Real-world HTML tests, and reference URLs (the actual page in the test is a static page)
** en-amazon1 -- [http://www.amazon.com/ http://www.amazon.com/]
** en-amazon1 -- [http://www.amazon.com/ http://www.amazon.com/]
** en-aol1 -- [http://www.aol.com/ http://www.aol.com/]
** en-apple1 -- [http://store.apple.com/ http://store.apple.com/]
** en-apple1 -- [http://store.apple.com/ http://store.apple.com/]
** en-bbc1 -- [http://www.bbc.co.uk/ http://www.bbc.co.uk/]
** en-bbc1 -- [http://www.bbc.co.uk/ http://www.bbc.co.uk/]
Line 28: Line 27:
** en-espn1 -- [http://www.espn.com/ http://www.espn.com/]
** en-espn1 -- [http://www.espn.com/ http://www.espn.com/]
*** Page is slightly misrendered, but that's by design; it looks the same when you have JS disabled.  It's horrible HTML.  Also stripped of its popunders and other similiar crap.
*** Page is slightly misrendered, but that's by design; it looks the same when you have JS disabled.  It's horrible HTML.  Also stripped of its popunders and other similiar crap.
** en-gamespot -- [http://www.gamespot.com/ http://www.gamespot.com/]
*** Flash-neutered
** en-imdb1 -- [http://www.imdb.com/ http://www.imdb.com/]
** en-imdb1 -- [http://www.imdb.com/ http://www.imdb.com/]
** en-lxr1 -- [http://lxr.mozilla.org/seamonkey/search?string=nsACString http://lxr.mozilla.org/seamonkey/search?string=nsACString]
** en-lxr1 -- [http://lxr.mozilla.org/seamonkey/search?string=nsACString http://lxr.mozilla.org/seamonkey/search?string=nsACString]

Revision as of 22:20, 1 November 2005

Trender Benchmark

(Also known as Tgfx)

Trender is a new performance metric intended to evaluate page rendering speed as we work on moving to a Cairo world. It calcualtes the average redraw time (wall clock) of a page using a new method in nsIDOMWindowUtils over a wide set of pages; various combinations of these results are then turned into one or more composite results.

The full Trender package cannot be made public due to potential copyright issues with the test content; however, the test harness and certain tests can be public.

Results are reported on the Firefox-Cairo tinderbox.

Test Code

Harness: [1]

Single-page test bookmarklet: [2]

Test Contents