Confirmed users
66
edits
(Bug 1082602) |
m (→Making a Pageloader test work: -> Update line number for tscrollx and tcanvasmark) |
||
Line 35: | Line 35: | ||
*** [http://hg.mozilla.org/build/talos/file/tip/talos/page_load_test/svgx/hixie-001.xml#l286 tsvgx example] - single page/value | *** [http://hg.mozilla.org/build/talos/file/tip/talos/page_load_test/svgx/hixie-001.xml#l286 tsvgx example] - single page/value | ||
*** [https://hg.mozilla.org/build/talos/file/tip/talos/page_load_test/tart/addon/content/tart.js#l285 tart example] multiple pages/values | *** [https://hg.mozilla.org/build/talos/file/tip/talos/page_load_test/tart/addon/content/tart.js#l285 tart example] multiple pages/values | ||
* Add your test definition to talos via [[http://hg.mozilla.org/build/talos/file/tip/talos/test.py test.py]] to add a new class for your test. ([[http://hg.mozilla.org/build/talos/file/tip/talos/test.py# | * Add your test definition to talos via [[http://hg.mozilla.org/build/talos/file/tip/talos/test.py test.py]] to add a new class for your test. ([[http://hg.mozilla.org/build/talos/file/tip/talos/test.py#l648 tscrollx example]]) | ||
** Add an item for tpmanifest, ${talos} is replaced with the current running directory. | ** Add an item for tpmanifest, ${talos} is replaced with the current running directory. | ||
*** example: tpmanifest = '${talos}/page_load_test/scroll/scroll.manifest' | *** example: tpmanifest = '${talos}/page_load_test/scroll/scroll.manifest' | ||
** Add an item for tpcycles (we recommend 1) and tppagecycles (we recommend 25 for a simple page, and 5 for a internal recording benchmark) | ** Add an item for tpcycles (we recommend 1) and tppagecycles (we recommend 25 for a simple page, and 5 for a internal recording benchmark) | ||
** Add an item for filters. ([[http://hg.mozilla.org/build/talos/file/tip/talos/test.py# | ** Add an item for filters. ([[http://hg.mozilla.org/build/talos/file/tip/talos/test.py#l524 tcanvasmark example]]) | ||
== Making a Startup test work == | == Making a Startup test work == |