Confirmed users
90
edits
Kevingrandon (talk | contribs) |
Kevingrandon (talk | contribs) |
||
Line 17: | Line 17: | ||
* '''Startup Path Done''': Test which listens to a custom event of when the startup is done. Currently not implemented for every test. Triggered after the startup-path-done event. | * '''Startup Path Done''': Test which listens to a custom event of when the startup is done. Currently not implemented for every test. Triggered after the startup-path-done event. | ||
* '''App Specific Tests''': Each app may have it's own specific performance tests. See apps/communications/dialer/test/performance for more details. | * '''App Specific Tests''': Each app may have it's own specific performance tests. See apps/communications/dialer/test/performance for more details. | ||
'''apploadtime''': The event which we listen on for Startup Time and Cold Load Time tests. Gaia fires the apploadtime event, after listening to the gecko mozbrowserloadend event. ( | '''apploadtime''': The event which we listen on for Startup Time and Cold Load Time tests. Gaia fires the apploadtime event, after listening to the gecko mozbrowserloadend event. Happens after all deferred scripts are loaded. This is the same as the load event. (There is no load event on a moz browser). We have to look at the code for each app to see exactly when this happens. | ||
== Triaging Regressions == | == Triaging Regressions == |