Jetpack/Testing/Performance

From MozillaWiki
< Jetpack‎ | Testing
Revision as of 00:14, 13 December 2011 by Canuckistani (talk | contribs) (Created page with "= SDK Performance Testing = == Testing SDK start-up impact == As a first step, measuring Firefox start-up impact of the SDK is simple and wel established using this technique: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SDK Performance Testing

Testing SDK start-up impact

As a first step, measuring Firefox start-up impact of the SDK is simple and wel established using this technique:

https://developer.mozilla.org/en/Measuring_Add-on_Startup_Performance

We want two data points from this:

  1. Immediate validation of the loader introduced in 1.4. The start-up impact of the SDK is already low by AMO's standards but we anticipate that this will improve with the new loader. This should be measurable.
  2. Ongoing regression detection. If we run these tests automatically every time we commit code to master, regressions that impact Firefox start-up time will be immediately apparent.

Start-up Testing methodology

Other tests