Confirmed users, Bureaucrats and Sysops emeriti
998
edits
m (→Real-world WebExtensions: Forgot how to wiki.) |
(→Test definitions: Add startup_about_home_paint_realworld_webextensions section.) |
||
Line 665: | Line 665: | ||
* measuring: The time from process start to the point where the about:home page reports that it has painted the Top Sites. | * measuring: The time from process start to the point where the about:home page reports that it has painted the Top Sites. | ||
* data: we load restart the browser 20 times, and collect a timestamp for each run. | * data: we load restart the browser 20 times, and collect a timestamp for each run. | ||
* reporting: test time in ms (lower is better) | |||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! Example data | |||
|- | |||
| <pre> | |||
[1503.0, 1497.0, 1523.0, 1536.0, 1511.0, 1485.0, 1594.0, 1580.0, 1531.0, 1471.0, 1502.0, 1520.0, 1488.0, 1533.0, 1531.0, 1502.0, 1486.0, 1489.0, 1487.0, 1475.0] | |||
</pre> | |||
|} | |||
== startup_about_home_paint_realworld_webextensions == | |||
* contact: :mconley | |||
* source: [[https://hg.mozilla.org/mozilla-central/file/tip/testing/talos/talos/startup_test/startup_about_home_paint/addon/]] | |||
* type: Startup | |||
* measuring: The time from process start to the point where the about:home page reports that it has painted the Top Sites when 5 popular, real-world WebExtensions are installed and enabled. | |||
* data: we install the 5 real-world WebExtensions, then load and restart the browser 20 times, and collect a timestamp for each run. | |||
* reporting: test time in ms (lower is better) | * reporting: test time in ms (lower is better) | ||