Buildbot/Talos: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 180: Line 180:


== Links ==
== Links ==
=== Signal From Noise ===
The [https://wiki.mozilla.org/Auto-tools/Projects/Signal_From_Noise Signal from Noise] project is an effort to increase the fidelity of regression detection for performance tests.


=== Adding a new test ===
=== Adding a new test ===

Revision as of 23:36, 17 December 2012

Talos.jpg


Talos

Talos is a python performance testing framework that is usable on Windows, Mac and Linux. Talos is our versatile performance testing framework we use at Mozilla. It was created to serve as a test runner for the existing performance tests that Mozilla was running back in 2007 as well as providing an extensible framework for new tests as they were created.

So, why Talos? Talos is the bronze automaton of Greek myth. Talos protected the island of Crete, throwing giant boulders at unwary seamen. He's also purported to have heated himself glowing hot and then embraced his enemies. Basically, he was awesome.

Talos code lives in hg: http://hg.mozilla.org/build/talos

Talos Tests

N = _nochrome; P = _paint TBPL Abbreviation (TestName)
TestName Trunk Aurora Beta Release ESR
[tp5] tp (tp5n) tp (tp5n) tp (tp5n) tp (tp5row) tp (tp5)
[tsvg] s (tsvgr) s (tsvgr) s (tsvgr) s (tsvg) s (tsvg)
[tsvg_opacity] s (tsvgr_opacity) s (tsvgr_opacity) s (tsvgr_opacity) s (tsvg_opacity) s (tsvg_opacity)
[tdhtml] deactivated deactivated deactivated deactivated deactivated
[tdhtml_nochrome] deactivated deactivated deactivated deactivated deactivated
[a11y] o (a11yr P) o (allyr P) o (allyr P) c (ally.2 P) c (ally P)
[ts_paint] o (ts_paint) o (ts_paint) o (ts_paint) c (ts_paint) c (ts_paint)
[tpaint] (aka twinopen/txul) o (tpaint) o (tpaint) o (tpaint) c (tpaint) c (tpaint)
[dromaeo_css] d d d dr dr
[dromaeo_dom] d d d dr dr
[tsspider] deactivated deactivated deactivated c (tsspider.2 P) c (tsspider P)
[tsspider_nochrome] deactivated deactivated deactivated n (tsspider.2 NP) n (tsspider NP)
[xperf] x (windows only)
[ts_places_generated_med] p (P) p (P) p (P) di di
[ts_places_generated_max] p (P) p (P) p (P) di di
[tscroll] o (tscrollr) o (tscrollr) o (tscrollr) c (tscroll.2) c (tscroll)
[tresize] c (tresize) c (tresize) c (tresize)
[sunspider 0.9.1] d (sunspider) d (sunspider) d (sunspider)
[kraken] d (kraken) d (kraken) d (kraken)
[v8 (version 7)] d (v8_7) d (v8_7) d (v8_7)

More information is available in Buildbot/Talos/Tests or by using the command line switch: talos --print-tests

Lifecycle of a Performance Test, from push to graph server

  • Buildbot schedules Talos jobs
  • Buildbot runs a talos job on a slave when one is available
  • TBPL displays a green (all OK) status and has a link to the graph server
  • 5 pushes later, analyze_talos.py is ran which compares your push to the previous 30 pushes and next 5 pushes to look for a regression

Links

Signal From Noise

The Signal from Noise project is an effort to increase the fidelity of regression detection for performance tests.

Adding a new test

If you are developer of a component just talk to the a*team (jhammel or jmaher) and they will handle the majority of the steps required.

Bugs

Subpages

Blog posts about Talos