|
|
(107 intermediate revisions by 15 users not shown) |
Line 1: |
Line 1: |
| = Talos Tests = | | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html|date=2021-03-16}} |
|
| |
|
| == Where to get this information == | | = At a glance = |
| * Talos tests are defined in [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py test.py]
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#at-a-glance|date=2021-03-16|section=yes}} |
| * Treeherder abbreviations are defined in [https://dxr.mozilla.org/mozilla-central/source/taskcluster/ci/test/talos.yml#32 talos.yml]
| |
| * Talos suites are configured for production in [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos.json talos.json]; these names are mapped to Treeherder via regexes: [https://github.com/mozilla/treeherder/blob/master/treeherder/etl/buildbot.py#L565 buildbot.py]
| |
|
| |
|
| == Talos Test Types == | | * Tests are defined in [https://searchfox.org/mozilla-central/source/testing/talos/talos/test.py testing/talos/talos/test.py] |
| | * Treeherder abbreviations are defined in [https://searchfox.org/mozilla-central/source/taskcluster/ci/test/talos.yml taskcluster/ci/test/talos.yml] |
| | * Suites are defined for production in [https://searchfox.org/mozilla-central/source/testing/talos/talos.json testing/talos/talos.json] |
| | |
| | = Test lifecycle = |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#test-lifecycle|date=2021-03-16|section=yes}} |
| | |
| | * Taskcluster schedules [https://searchfox.org/mozilla-central/source/taskcluster/ci/test/talos.yml talos jobs] |
| | * Taskcluster runs a Talos job on a hardware machine when one is available - this is bootstrapped by [https://searchfox.org/mozilla-central/source/testing/mozharness/mozharness/mozilla/testing/talos.py mozharness] |
| | ** mozharness downloads the build, talos.zip (found in [https://searchfox.org/mozilla-central/source/testing/talos/talos.json talos.json]), and creates a virtualenv for running the test. |
| | ** mozharness [[../Running#How_Talos_is_Run_in_Production|configures the test and runs it]] |
| | ** After the test is completed the data is uploaded to [https://treeherder.mozilla.org/perf.html#/graphs Perfherder] |
| | * Treeherder displays a green (all OK) status and has a link to [https://treeherder.mozilla.org/perf.html#/graphs Perfherder] |
| | * 13 pushes later, [http://hg.mozilla.org/graphs/file/tip/server/analysis/analyze_talos.py analyze_talos.py] is ran which compares your push to the previous 12 pushes and next 12 pushes to look for a [[../Data#Regressions|regression]] |
| | ** If a regression is found, it will be posted on [https://treeherder.mozilla.org/perf.html#/alerts Perfherder Alerts] |
| | |
| | = Test types = |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#test-types|date=2021-03-16|section=yes}} |
|
| |
|
| There are two different species of Talos tests: | | There are two different species of Talos tests: |
|
| |
|
| * [[#Startup Tests]] : start up the browser and wait for either the load event or the paint event and exit, measuring the time | | * [[#Startup]]: Start up the browser and wait for either the load event or the paint event and exit, measuring the time |
| * [[#Page Load Tests]] : load a manifest of pages | | * [[#Page load]]: Load a manifest of pages |
| | |
| | In addition we have some variations on existing tests: |
| | * [[#Heavy]]: Run tests with the heavy user profile instead of a blank one |
| | * [[#Web extension]]: Run tests with a web extension to see the perf impact extension have |
| | * [[#Real-world WebExtensions]]: Run tests with a set of 5 popular real-world WebExtensions installed and enabled. |
| | |
| | Some tests measure different things: |
| | * [[#Paint]]: These measure events from the browser like moz_after_paint, etc. |
| | * [[#ASAP]]: These tests go really fast and typically measure how many frames we can render in a time window |
| | * [[#Benchmarks]]: These are benchmarks that measure specific items and report a summarized score |
| | |
| | == Startup == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#startup|date=2021-03-16|section=yes}} |
|
| |
|
| === Startup Tests ===
| |
| [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/startup_test Startup tests] launch Firefox and measure the time to the onload or paint events. We run this in a series of cycles (default to 20) to generate a full set of data. Tests that currently are startup tests are: | | [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/startup_test Startup tests] launch Firefox and measure the time to the onload or paint events. We run this in a series of cycles (default to 20) to generate a full set of data. Tests that currently are startup tests are: |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#ts_paint ts_paint] | | * [[#ts_paint]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#tpaint tpaint] | | * [[#tpaint]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#tresize tresize] | | * [[#tresize]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#sessionrestore.2Fsessionrestore_no_auto_restore.2Fsessionrestore_many_windows sessionrestore[_no_auto_restore/_many_windows]] | | * [[#sessionrestore]] |
| | * [[#sessionrestore_no_auto_restore]] |
| | * [[#sessionrestore_many_windows]] |
| | |
| | == Page load == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#page-load|date=2021-03-16|section=yes}} |
|
| |
|
| === Page Load Tests ===
| |
| Many of the talos tests use the page loader to load a manifest of pages. | | Many of the talos tests use the page loader to load a manifest of pages. |
| These are tests that load a specific page and measure the time it takes to load the page, scroll the page, draw the page etc. In order to run a page load test, you need a manifest of pages to run. The manifest is simply a list of URLs of pages to load, separated by carriage returns, e.g.: | | These are tests that load a specific page and measure the time it takes to load the page, scroll the page, draw the page etc. In order to run a page load test, you need a manifest of pages to run. The manifest is simply a list of URLs of pages to load, separated by carriage returns, e.g.: |
Line 43: |
Line 74: |
| </pre> | | </pre> |
|
| |
|
| === Paint Tests === | | == Heavy == |
| Paint tests are measuring the time to receive both the [https://developer.mozilla.org/en/Gecko-Specific_DOM_Events#MozAfterPaint MozAfterPaint] and OnLoad event instead of just the OnLoad event. Most tests now look for this unless they are an ASAP test, or an internal benchmark | | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#heavy|date=2021-03-16|section=yes}} |
| | |
| | All our testing is done with empty blank profiles, this is not ideal for finding issues for end users. We recently undertook a task to create a daily update to a profile so it is modern and relevant. It browses a variety of web pages, and have history and cache to give us a more realistic scenario. |
| | |
| | The toolchain is documented on [https://github.com/tarekziade/heavy-profile github] and was added to Talos in {{bug|1407398}}. |
| | |
| | Currently we have issues with this on windows (takes too long to unpack the files from the profile), so we have turned this off there. Our goal is to run this on basic pageload and startup tests. |
| | |
| | == Web extension == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#web-extension|date=2021-03-16|section=yes}} |
| | |
| | Web Extensions are what Firefox has switched to and there are different code paths and APIs used vs addons. Historically we don't test with addons (other than our test addons) and are missing out on common slowdowns. In 2017 we started running some startup and basic pageload tests with a web extension in the profile ({{bug|1398974}}). We have updated the Extension to be more real world and will continue to do that. |
| | |
| | == Real-world WebExtensions == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#real-world-webextensions|date=2021-03-16|section=yes}} |
| | |
| | We've added a variation on our test suite that automatically downloads, installs and enables 5 popular WebExtensions. This is used to measure things like the impact of real-world WebExtensions on start-up time. |
| | |
| | Currently, the following extensions are installed: |
| | |
| | * Adblock Plus (3.5.2) |
| | * Cisco Webex Extension (1.4.0) |
| | * Easy Screenshot (3.67) |
| | * NoScript (10.6.3) |
| | * Video DownloadHelper (7.3.6) |
| | |
| | Note that these add-ons and versions are "pinned" by being held in a compressed file that's hosted in an archive by our test infrastructure and downloaded at test runtime. To update the add-ons in this set, one must provide a new ZIP file to someone on the test automation team. See [https://bugzilla.mozilla.org/show_bug.cgi?id=1575089#c3 this comment in Bugzilla]. |
| | |
| | == Paint == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#paint|date=2021-03-16|section=yes}} |
| | |
| | Paint tests are measuring the time to receive both the [https://developer.mozilla.org/en-US/docs/Web/Events/MozAfterPaint MozAfterPaint] and OnLoad event instead of just the OnLoad event. Most tests now look for this unless they are an ASAP test, or an internal benchmark |
| | |
| | == ASAP == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#asap|date=2021-03-16|section=yes}} |
|
| |
|
| === ASAP Tests ===
| |
| We have a variety of tests which we now run in ASAP mode where we render as fast as possible (disabling vsync and letting the rendering iterate as fast as it can using `requestAnimationFrame`). In fact we have replaced some original tests with the 'x' versions to make them measure. We do this with RequestAnimationFrame(). | | We have a variety of tests which we now run in ASAP mode where we render as fast as possible (disabling vsync and letting the rendering iterate as fast as it can using `requestAnimationFrame`). In fact we have replaced some original tests with the 'x' versions to make them measure. We do this with RequestAnimationFrame(). |
|
| |
|
| ASAP Tests are: | | ASAP tests are: |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#Basic_Compositor_Video basic_compositor_video] | | * [[#basic_compositor_video]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#displaylist_mutate displaylist_mutate] | | * [[#displaylist_mutate]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#glterrain glterrain] | | * [[#glterrain]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#rasterflood_svg rasterflood_svg] | | * [[#rasterflood_svg]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#rasterflood_gradient rasterflood_gradient] | | * [[#rasterflood_gradient]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#tsvg.2C_tsvgx svgx] | | * [[#tsvgx]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#tscroll.2C_tscrollx tscrollx] | | * [[#tscrollx]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#tp5o_scroll tp5o_scroll] | | * [[#tp5o_scroll]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#tps tps] | | * [[#tabswitch]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#TART tart] | | * [[#TART]] |
| | |
| | == Benchmarks == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#benchmarks|date=2021-03-16|section=yes}} |
|
| |
|
| === Internal Benchmarks ===
| |
| Many tests have internal benchmarks which we report as accurately as possible. These are the exceptions to the general rule of calculating the suite score as a geometric mean of the subtest values (which are median values of the raw data from the subtests). | | Many tests have internal benchmarks which we report as accurately as possible. These are the exceptions to the general rule of calculating the suite score as a geometric mean of the subtest values (which are median values of the raw data from the subtests). |
|
| |
|
| Tests which are imported benchmarks are: | | Tests which are imported benchmarks are: |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#V8.2C_version_7 V8 Version 7] | | * [[#ares6]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#kraken Kraken] | | * [[#Dromaeo]] |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#JSS.2FDomaeo_Tests Dromaeo] | | * [[#jetstream]] |
| | * [[#kraken]] |
| | * [[#motionmark]] |
| | * [[#stylebench]] |
|
| |
|
| === Row Major vs. Column Major ===
| | == Row major vs. column major == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#row-major-vs-column-major|date=2021-03-16|section=yes}} |
|
| |
|
| To get more stable numbers, tests are run multiple times. There are two ways that we do this: row major and column major. Row major means each test is run multiple times and then we move to the next test (and run it multiple times). Column major means that each test is run once one after the other and then the whole sequence of tests is run again. | | To get more stable numbers, tests are run multiple times. There are two ways that we do this: row major and column major. Row major means each test is run multiple times and then we move to the next test (and run it multiple times). Column major means that each test is run once one after the other and then the whole sequence of tests is run again. |
Line 75: |
Line 145: |
| More background information about these approaches can be found in Joel Maher's [https://elvis314.wordpress.com/2012/03/12/reducing-the-noise-in-talos/ Reducing the Noise in Talos] blog post. | | More background information about these approaches can be found in Joel Maher's [https://elvis314.wordpress.com/2012/03/12/reducing-the-noise-in-talos/ Reducing the Noise in Talos] blog post. |
|
| |
|
| === tp5n pages set === | | = Page sets = |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#page-sets|date=2021-03-16|section=yes}} |
| | |
| | We run our tests 100% offline, but serve pages via a webserver. Knowing this we need to store and make available the offline pages we use for testing. |
| | |
| | == tp5pages == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tp5pages|date=2021-03-16|section=yes}} |
|
| |
|
| Some tests make use of a set of 50 "real world" pages, known as the tp5n set. These pages are not part of the talos repository, but without them the tests which use them won't run. | | Some tests make use of a set of 50 "real world" pages, known as the tp5n set. These pages are not part of the talos repository, but without them the tests which use them won't run. |
| * To add these pages to your local setup, download [https://github.com/rwood-moz/talos-pagesets/tp5n.zip tp5n.zip], and extract it such that `'''tp5n'''` ends up as `testing/talos/talos/tests/'''tp5n'''`. | | * To add these pages to your local setup, download the latest tp5n zip from [https://mozilla-releng.net/tooltool/ tooltool], and extract it such that `'''tp5n'''` ends up as `testing/talos/talos/tests/'''tp5n'''`. You can also obtain it by running a talos test locally to get the zip into `testing/talos/talos/tests/`, i.e <tt>./mach talos-test --suite damp</tt> |
| * see also [[#tp5|tp5 test]]. | | * see also [[#tp5|tp5 test]]. |
|
| |
|
| == Test Descriptions == | | = Test definitions = |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#test-definitions|date=2021-03-16|section=yes}} |
|
| |
|
| '''Please keep these in alphabetical order''' | | '''Please keep these in alphabetical order''' |
|
| |
|
| === a11y ===
| | == a11y == |
| * contact: :davidb, :tbsaunde | | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#a11yr|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | a11yr |
| | |
| | * contact: :surkov |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/a11y a11y.manifest] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/a11y a11y.manifest] |
| * type: PageLoader | | * type: PageLoader |
Line 92: |
Line 174: |
| * data: we load 2 pages 25 times each, collect 2 sets of 25 data points | | * data: we load 2 pages 25 times each, collect 2 sets of 25 data points |
| * summarization | | * summarization |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 24; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l627 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 24; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l627 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 2 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 2 subtest results. |
|
| |
|
| * reporting: test time in ms (lower is better) | | * reporting: test time in ms (lower is better) |
|
| |
|
| {| cellspacing="1" cellpadding="1" border="1" | | This test ensures basic a11y tables and permutations do not cause performance regressions. |
| | |
| | {| class="mw-collapsible mw-collapsed wikitable" |
| | ! Example data |
| |- | | |- |
| | Talos test name | | | <pre> |
| | Description
| | 0;dhtml.html;1584;1637;1643;1665;1741;1529;1647;1645;1692;1647;1542;1750;1654;1649;1541;1656;1674;1645;1645;1740;1558;1652;1654;1656;1654 |
| |-
| | 1;tablemutation.html;398;385;389;391;387;387;385;387;388;385;384;31746;386;387;384;387;389;387;387;387;388;391;386;387;388 |
| |a11yr
| | </pre> |
| |[[#Row_Major_vs._Column_Major|Row Major]] testing with 25 cycles per page
| |
| |} | | |} |
|
| |
|
| This test ensures basic a11y tables and permutations do not cause performance regressions.
| | == about-newtab == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#about-newtab-with-snipppets|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | about_newtab_with_snipppets |
| | |
| | {{todo|''add test details''}} |
| | |
| | == about-preferences == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#about-preferences-basic|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | about_preferences_basic |
| | |
| | * contact: :jaws |
| | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/about-preferences/about_preferences_basic.manifest] |
| | * type: PageLoader |
| | * measuring: first-non-blank-paint |
| | * data: We load 5 urls 1 time each, and repeat for 25 cycles; collecting 25 sets of 5 data points |
| | * summarization |
| | ** subtest: [[../Data#ignore_first|ignore first]] five data points, then take the [[../Data#median|median]] of the rest; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l627 source: test.py] |
| | ** suite: [[../Data#geometric_mean|geometric mean]] of the the subtest results. |
| | |
| | * reporting: test time in ms (lower is better) |
| | |
| | This test measures the performance of the Firefox about:preferences page. This test is a little different than other pageload tests in that we are loading one page (about:preferences) but also testing the loading of that same page's subcategories/panels (i.e. about:preferences#home). |
| | |
| | When simply changing the page's panel/category, that doesn't cause a new onload event as expected; therefore we had to introduce loading the 'about:blank' page in between each page category; that forces the entire page to reload with the specified category panel activated. |
| | |
| | For that reason, when new panels/categories are added to the 'about:preferences' page, it can be expected that a performance regression may be introduced, even if a subtest hasn't been added for that new page category yet. |
| | |
| | This test should only ever have 1 pagecycle consisting of the main about-preferences page and each category separated by an about:blank between. Then repeats are achieved by using 25 cycles (instead of pagecycles). |
|
| |
|
| {| class="mw-collapsible mw-collapsed wikitable" | | {| class="mw-collapsible mw-collapsed wikitable" |
Line 112: |
Line 227: |
| |- | | |- |
| | <pre> | | | <pre> |
| 0;dhtml.html;1584;1637;1643;1665;1741;1529;1647;1645;1692;1647;1542;1750;1654;1649;1541;1656;1674;1645;1645;1740;1558;1652;1654;1656;1654 | | 0;preferences;346;141;143;150;136;143;153;140;154;156;143;154;146;147;151;166;140;146;140;144;144;156;154;150;140 |
| 1;tablemutation.html;398;385;389;391;387;387;385;387;388;385;384;31746;386;387;384;387;389;387;387;387;388;391;386;387;388
| | 2;preferences#search;164;142;133;141;141;141;142;140;131;146;131;140;131;131;139;142;140;144;146;143;143;142;142;137;143 |
| | 3;preferences#privacy;179;159;166;177;173;153;148;154;168;155;164;155;152;157;149;155;156;186;149;156;160;151;158;168;157 |
| | 4;preferences#sync;148;156;140;137;159;139;143;145;138;130;145;142;141;133;146;141;147;143;146;146;139;144;142;151;156 |
| | 5;preferences#home;141;111;130;131;138;128;133;122;138;138;131;139;139;132;133;141;143;139;138;135;136;128;134;140;135 |
| </pre> | | </pre> |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == ARES-6 == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#ares6|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | ARES6 |
| | |
| | * contact: :jandem |
| | * source: [https://searchfox.org/mozilla-central/source/third_party/webkit/PerformanceTests/ARES-6 ARES-6] |
| | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| | * data: 6 cycles of the entire benchmark |
| | ** [https://searchfox.org/mozilla-central/source/testing/talos/talos/output.py#259 geometric mean] self reported from the benchmark |
| | * '''Lower is better''' |
| | * unit: geometric mean / benchmark score |
| | |
| | == Basic compositor video == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#basic-compositor-video|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | basic_compositor_video |
|
| |
|
| === Basic Compositor Video ===
| | * contact: :davidb |
| * contact: | |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/video video] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/video video] |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| * data: 12 cycles of the entire benchmark, each subtest will have 12 data points (see below) | | * data: 12 cycles of the entire benchmark, each subtest will have 12 data points (see below) |
| * summarization: | | * summarization: |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 11; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l522 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 11; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l522 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 24 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 24 subtest results. |
| * '''Lower is better''' | | * '''Lower is better''' |
| * unit: ms/frame | | * unit: ms/frame |
|
| |
| {| cellspacing="1" cellpadding="1" border="1"
| |
| |-
| |
| | Talos test name
| |
| | Description
| |
| |-
| |
| |basic_compositor_video
| |
| |
| |
| |}
| |
|
| |
|
| {| class="mw-collapsible mw-collapsed wikitable" | | {| class="mw-collapsible mw-collapsed wikitable" |
Line 171: |
Line 298: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == cpstartup == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#cpstartup|date=2021-03-16|section=yes}} |
|
| |
|
| === bloom_basic ===
| | '''Test Name''' |
| * contact: :bholley, :rwood, :jmaher
| |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/perf-reftest perf-reftest]
| |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#Page_Load_Tests PageLoader]
| |
| * reporting: intervals in ms (lower is better)
| |
| * data: each test loads 25 times
| |
| * summarization:
| |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] 5 data points, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 20 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l734 source: test.py]
| |
| ** suite: identical to subtest
| |
|
| |
|
| The bloom_basic test (perf-reftest suite) is a unique talos suite that loads two different test pages: a 'base' page (bloom_basic) and a 'reference' page (bloom_basic_ref), and then compares each of the page load times against eachother to determine the variance.
| | cpstartup |
|
| |
|
| Talos runs each of the two pages as if they are stand-alone tests, and then calculates and reports the variance; the test output 'replicates' reported from bloom_basic are actually the comparisons between the 'base' and 'reference' pages for each page load cycle.
| |
|
| |
| If you wish to see the individual 'base' and 'reference' page results instead of just the reported difference, the 'base_replicates' and 'ref_replicates' can be found in the PERFHERDER_DATA log file output, and in the 'local.json' talos output file when running talos locally. In production, both of the page replicates are also archived in the perfherder-data.json file. The perfherder-data.json file is archived after each run in production, and can be found on the Treeherder Job Details tab when the perf-reftest job symbol is selected.
| |
|
| |
| Bloom_basic ensures that we correctly fast-reject ancestor selectors that clearly don't
| |
| match any ancestor elements. If the bloom filter isn't working correctly,
| |
| the 'test' page will take orders of magnitude longer. The 'ref' page will
| |
| take somewhat longer, but not nearly as much.
| |
|
| |
| {| class="mw-collapsible mw-collapsed wikitable"
| |
| ! Example data
| |
| |-
| |
| | <pre>
| |
| "replicates": [1.185, 1.69, 1.22, 0.36, 11.26, 3.835, 3.315, 1.355, 3.185, 2.485, 2.2, 1.01, 0.9, 1.22, 1.9,
| |
| 0.285, 1.52, 0.31, 2.58, 0.725, 2.31, 2.67, 3.295, 1.57, 0.3], "value": 1.7349999999999999, "unit": "ms",
| |
|
| |
| "base_replicates": [166.94000000000003, 165.16, 165.64000000000001, 165.04000000000002, 167.355, 165.175,
| |
| 165.325, 165.11, 164.175, 164.78, 165.555, 165.885, 166.83499999999998, 165.76500000000001, 164.375, 166.825,
| |
| 167.13, 166.425, 169.22500000000002, 164.955, 165.335, 164.45000000000002, 164.85500000000002, 165.005, 166.035]}],
| |
|
| |
| "ref_replicates": [165.755, 166.85000000000002, 166.85999999999999, 165.4, 178.615, 169.01, 168.64, 166.465,
| |
| 167.36, 167.265, 167.75500000000002, 166.895, 167.735, 166.985, 166.275, 166.54000000000002, 165.61, 166.115,
| |
| 166.64499999999998, 165.68, 167.64499999999998, 167.12, 168.15, 166.575, 166.335],
| |
| </pre>
| |
| |}
| |
|
| |
| ==== Possible regression causes ====
| |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
| === bloom_basic_singleton ===
| |
| * contact: :bholley, :rwood, :jmaher
| |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/perf-reftest-singletons perf-reftest-singletons]
| |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#Page_Load_Tests PageLoader]
| |
| * reporting: intervals in ms (lower is better)
| |
| * data: each test loads 25 times
| |
| * summarization:
| |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] 5 data points, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 20 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l734 source: test.py]
| |
| ** suite: identical to subtest
| |
|
| |
| The bloom_basic_singleton test (perf-reftest-singletons suite) runs the 'base' page (bloom_basic) test individually, and reports the values for that single test page alone, NOT the comparison of two different pages.
| |
|
| |
| Bloom_basic ensures that we correctly fast-reject ancestor selectors that clearly don't
| |
| match any ancestor elements. If the bloom filter isn't working correctly,
| |
| the 'test' page will take orders of magnitude longer. The 'ref' page will
| |
| take somewhat longer, but not nearly as much.
| |
|
| |
| {| class="mw-collapsible mw-collapsed wikitable"
| |
| ! Example data
| |
| |-
| |
| | <pre>
| |
| bloombasic.html;88.34000000000003;88.66499999999999;94.815;92.60500000000002;95.30000000000001;
| |
| 98.80000000000001;91.975;87.73500000000001;86.925;86.965;93.00500000000001;98.93;87.45000000000002;
| |
| 87.14500000000001;92.78500000000001;86.96499999999999;98.32000000000001;97.485;90.67000000000002;
| |
| 86.72500000000001;95.665;100.67;101.095;94.32;91.87
| |
| </pre>
| |
| |}
| |
|
| |
| ==== Possible regression causes ====
| |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
| === cpstartup ===
| |
| * contact: :mconley | | * contact: :mconley |
| * measuring: Time from opening a new tab (which creates a new content process) to having that new content process be ready to load URLs. | | * measuring: Time from opening a new tab (which creates a new content process) to having that new content process be ready to load URLs. |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/cpstartup cpstartup] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/cpstartup cpstartup] |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| * bug: {{bug|1336389}} | | * bug: {{bug|1336389}} |
| * data: 20 cycles of the entire benchmark | | * data: 20 cycles of the entire benchmark |
Line 264: |
Line 322: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == DAMP == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#damp|date=2021-03-16|section=yes}} |
|
| |
|
| | '''Test Name''' |
|
| |
|
| === DAMP ===
| | damp |
|
| |
|
| * contact: :bgrins | | * contact: :ochameau |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/devtools damp] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/devtools damp] |
| * type: PageLoader | | * type: PageLoader |
Line 277: |
Line 336: |
| * data: there are 36 reported subtests from DAMP which we load 25 times, resulting in 36 sets of 25 data points. | | * data: there are 36 reported subtests from DAMP which we load 25 times, resulting in 36 sets of 25 data points. |
| * summarization: | | * summarization: |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 24 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l356 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 24 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l356 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 36 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 36 subtest results. |
|
| |
|
| To run this locally, you'll need to pull down the tp5 page set and run it in a local web server. See the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#tp5 tp5 section] or contact jmaher for more information. | | To run this locally, you'll need to pull down the [[#Page_sets|tp5 page set]] and run it in a local web server. See the [[#tp5|tp5 section]]. |
|
| |
|
| {| class="mw-collapsible mw-collapsed wikitable" | | {| class="mw-collapsible mw-collapsed wikitable" |
Line 325: |
Line 384: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == displaylist_mutate == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#displaylist-mutate|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | displaylist_mutate |
|
| |
|
| === displaylist_mutate ===
| | * contact: :mattwoodrow |
| * contact: :dvander, :mattwoodrow | | * source: [https://searchfox.org/mozilla-central/source/testing/talos/talos/tests/layout/benchmarks/displaylist_mutate.html displaylist_mutate.html] |
| * source: [[https://searchfox.org/mozilla-central/source/testing/talos/talos/tests/layout/benchmarks/displaylist_mutate.html displaylist_mutate.html]] | | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | |
| * data: we load the displaylist_mutate.html page five times, measuring pageload each time, generating 5 data points. | | * data: we load the displaylist_mutate.html page five times, measuring pageload each time, generating 5 data points. |
| * summarization: | | * summarization: |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 4; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l986 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 4; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l986 source: test.py] |
|
| |
|
| This measures the amount of time it takes to render a page after changing its display list. The page has a large number of display list items (10,000), and mutates one every frame. The goal of the test is to make displaylist construction a bottleneck, rather than painting or other factors, and thus improvements or regressions to displaylist construction will be visible. The test runs in ASAP mode to maximize framerate, and the result is how quickly the test was able to mutate and re-paint 600 items, one during each frame. | | This measures the amount of time it takes to render a page after changing its display list. The page has a large number of display list items (10,000), and mutates one every frame. The goal of the test is to make displaylist construction a bottleneck, rather than painting or other factors, and thus improvements or regressions to displaylist construction will be visible. The test runs in ASAP mode to maximize framerate, and the result is how quickly the test was able to mutate and re-paint 600 items, one during each frame. |
|
| |
|
| ==== Possible regression causes ==== | | == Dromaeo == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#dromaeo|date=2021-03-16|section=yes}} |
|
| |
|
| === Dromaeo Tests ===
| | Dromaeo suite of tests for JavaScript performance testing. See the [[Dromaeo|Dromaeo wiki]] for more information. |
| | |
| Dromaeo suite of tests for JavaScript performance testing. See the [https://wiki.mozilla.org/Dromaeo Dromaeo wiki] for more information. | |
|
| |
|
| This suite is divided into several sub-suites. | | This suite is divided into several sub-suites. |
Line 349: |
Line 409: |
| Each sub-suite is divided into tests, and each test is divided into sub-tests. Each sub-test takes some (in theory) fixed piece of work and measures how many times that piece of work can be performed in one second. The score for a test is then the geometric mean of the runs/second numbers for its sub-tests. The score for a sub-suite is the geometric mean of the scores for its tests. | | Each sub-suite is divided into tests, and each test is divided into sub-tests. Each sub-test takes some (in theory) fixed piece of work and measures how many times that piece of work can be performed in one second. The score for a test is then the geometric mean of the runs/second numbers for its sub-tests. The score for a sub-suite is the geometric mean of the scores for its tests. |
|
| |
|
| ==== Dromaeo CSS ====
| | === Dromaeo CSS === |
| * contact: :bz, :jmaher | | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#dromaeo-css|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | dromaeo_css |
| | |
| | * contact: :bz |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/dromaeo css.manifest] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/dromaeo css.manifest] |
| * type: PageLoader | | * type: PageLoader |
Line 356: |
Line 422: |
| * data: Dromaeo has 6 subtests which run internal benchmarks, each benchmark reports about 180 raw data points each | | * data: Dromaeo has 6 subtests which run internal benchmarks, each benchmark reports about 180 raw data points each |
| summarization: | | summarization: |
| * subtest: Dromaeo is a custom benchmark which has a lot of micro tests inside each subtest, because of this we use a custom [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#dromaeo dromaeo filter] to summarize the subtest. Each micro test produces 5 data points and for each 5 data points we take the mean, leaving 36 data points to represent the subtest (assuming 180 points). These 36 micro test means, are then run through a geometric_mean to produce a single number for the dromaeo subtest. [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l527 source: filter.py] | | * subtest: Dromaeo is a custom benchmark which has a lot of micro tests inside each subtest, because of this we use a custom [[../Data#dromaeo|dromaeo filter]] to summarize the subtest. Each micro test produces 5 data points and for each 5 data points we take the mean, leaving 36 data points to represent the subtest (assuming 180 points). These 36 micro test means, are then run through a geometric_mean to produce a single number for the dromaeo subtest. [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l527 source: filter.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 6 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 6 subtest results. |
|
| |
|
| Each page in the manifest is part of the dromaeo css benchmark. Each page measures the performance of searching the DOM for nodes matching various CSS selectors, using different libraries for the selector implementation (jQuery, Dojo, Mootools, ExtJS, Prototype, and Yahoo UI). | | Each page in the manifest is part of the dromaeo css benchmark. Each page measures the performance of searching the DOM for nodes matching various CSS selectors, using different libraries for the selector implementation (jQuery, Dojo, Mootools, ExtJS, Prototype, and Yahoo UI). |
Line 374: |
Line 440: |
| |} | | |} |
|
| |
|
| ===== Possible regression causes ===== | | === Dromaeo DOM (Linux64 only) === |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#dromaeo-dom|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | dromaeo_dom |
|
| |
|
| ==== Dromaeo DOM (Linux64 only) ====
| | * contact: :bz |
| * contact: :bz, :jmaher | |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/dromaeo dom.manifest] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/dromaeo dom.manifest] |
| * type: PageLoader | | * type: PageLoader |
Line 386: |
Line 455: |
| Each page in the manifest is part of the dromaeo dom benchmark. These are the specific areas that Dromaeo DOM covers: | | Each page in the manifest is part of the dromaeo dom benchmark. These are the specific areas that Dromaeo DOM covers: |
|
| |
|
| ===== DOM Attributes =====
| | ==== DOM Attributes ==== |
| Measures performance of getting and setting a DOM attribute, both via <code>getAttribute</code> and via a reflecting DOM property. Also throws in some expando getting/setting for good measure. | | Measures performance of getting and setting a DOM attribute, both via <code>getAttribute</code> and via a reflecting DOM property. Also throws in some expando getting/setting for good measure. |
|
| |
|
| ====== Possible regression causes ======
| | ==== DOM Modification ==== |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
| | |
| ===== DOM Modification =====
| |
| Measures performance of various things that modify the DOM tree: creating element and text nodes and inserting them into the DOM. | | Measures performance of various things that modify the DOM tree: creating element and text nodes and inserting them into the DOM. |
|
| |
|
| ====== Possible regression causes ====== | | ==== DOM Query ==== |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | Measures performance of various methods of looking for nodes in the DOM: <code>getElementById</code>, <code>getElementsByTagName</code>, and so forth. |
|
| |
|
| ===== DOM Query =====
| | ==== DOM Traversal ==== |
| Measures performance of various methods of looking for nodes in the DOM: <code>getElementById</code>, <code>getElementsByTagName</code>, and so forth. | | Measures performance of various accessors (<code>childNodes</code>, <code>firstChild</code>, etc) that would be used when doing a walk over the DOM tree. |
|
| |
|
| ====== Possible regression causes ======
| | Please see [[#Dromaeo CSS]] for examples of data. |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| ===== DOM Traversal ===== | | == glterrain == |
| Measures performance of various accessors (<code>childNodes</code>, <code>firstChild</code>, etc) that would be used when doing a walk over the DOM tree.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#glterrain|date=2021-03-16|section=yes}} |
|
| |
|
| ====== Possible regression causes ======
| | '''Test Name''' |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| Please see Dromaeo CSS for examples of data.
| | glterrain |
|
| |
|
| === glterrain ===
| |
| * contact: :jgilbert | | * contact: :jgilbert |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/webgl/benchmarks/terrain glterrain] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/webgl/benchmarks/terrain glterrain] |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| * data: we load the perftest.html page (which generates 4 metrics to track) 25 times, resulting in 4 sets of 25 data points | | * data: we load the perftest.html page (which generates 4 metrics to track) 25 times, resulting in 4 sets of 25 data points |
| * summarization: | | * summarization: Measures average frames interval while animating a simple WebGL scene |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 24; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l381 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 24; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l381 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 4 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 4 subtest results. |
| | |
| {| cellspacing="1" cellpadding="1" border="1"
| |
| |-
| |
| | Talos test name
| |
| | Description
| |
| |-
| |
| |glterrain
| |
| |Measures average frames interval while animating a simple WebGL scene
| |
| |}
| |
|
| |
|
| This tests animates a simple WebGL scene (static textured landscape, one moving light source, rotating viewport) and measure the frames throughput (expressed as average interval) over 100 frames. It runs in ASAP mode (vsync off) and measures the same scene 4 times - for all combination of antialiasing and alpha. It reports the results as 4 values - one for each combination. Lower results are better. | | This tests animates a simple WebGL scene (static textured landscape, one moving light source, rotating viewport) and measure the frames throughput (expressed as average interval) over 100 frames. It runs in ASAP mode (vsync off) and measures the same scene 4 times - for all combination of antialiasing and alpha. It reports the results as 4 values - one for each combination. Lower results are better. |
Line 443: |
Line 497: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == glvideo == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#glvideo|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | glvideo |
|
| |
|
| === glvideo ===
| | * contact: :jgilbert |
| * contact: | |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/webgl/benchmarks/video glvideo] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/webgl/benchmarks/video glvideo] |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| * data: 5 cycles of the entire benchmark, each subtest will have 5 data points (see below) | | * data: 5 cycles of the entire benchmark, each subtest will have 5 data points (see below) |
| * summarization: | | * summarization: WebGL video texture update with 1080p video. Measures mean tick time across 100 ticks. |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 4; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l522 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 4; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l522 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 4 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 4 subtest results. |
|
| |
|
| * '''Lower is better''' | | * '''Lower is better''' |
| * unit: ms/100 ticks | | * unit: ms/100 ticks |
|
| |
| {| cellspacing="1" cellpadding="1" border="1"
| |
| |-
| |
| | Talos test name
| |
| | Description
| |
| |-
| |
| |glvideo
| |
| |WebGL video texture update with 1080p video. Measures mean tick time across 100 ticks.
| |
| |}
| |
|
| |
|
| {| class="mw-collapsible mw-collapsed wikitable" | | {| class="mw-collapsible mw-collapsed wikitable" |
Line 476: |
Line 524: |
|
| |
|
| This test playbacks a video file and ask WebGL to draw video frames as WebGL textures for 100 ticks. It collects the mean tick time across 100 ticks to measure how much time it will spend for a video texture upload to be a WebGL texture (gl.texImage2D). We run it for 5 times and ignore the first found. Lower results are better. | | This test playbacks a video file and ask WebGL to draw video frames as WebGL textures for 100 ticks. It collects the mean tick time across 100 ticks to measure how much time it will spend for a video texture upload to be a WebGL texture (gl.texImage2D). We run it for 5 times and ignore the first found. Lower results are better. |
| ==== Possible regression causes ====
| |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| === IsASCII and IsUTF8 gtest microbenchmarks === | | == jetstream == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#jetstream|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | JetStream |
|
| |
|
| * contact: :hsivonen | | * contact: :jandem |
| * source: [https://dxr.mozilla.org/mozilla-central/source/xpcom/tests/gtest/TestStrings.cpp] | | * source: [https://searchfox.org/mozilla-central/source/testing/talos/talos/tests/jetstream/jetstream.manifest jetstream.manifest] and jetstream.zip from tooltool |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#Microbench Microbench] | | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| * reporting: intervals in ms (lower is better) | | * measuring: JavaScript performance |
| * data: each test is run and measured 5 times | | * reporting: geometric mean from the benchmark |
| * summarization: take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the 5 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/gtest/mozilla/MozGTestBench.cpp#43-46 source: MozGTestBench.cpp] | | * data: internal benchmark |
| | ** suite: [https://searchfox.org/mozilla-central/source/testing/talos/talos/output.py#259 geometric mean] provided by the benchmark |
| | |
| | This is the [http://browserbench.org/JetStream/in-depth.html JetStream] javascript benchmark taken verbatim and slightly modified to fit into our pageloader extension and talos harness. |
|
| |
|
| Test whose name starts with PerfIsASCII test the performance of the XPCOM string IsASCII function with ASCII inputs if different lengths.
| | == kraken == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#kraken|date=2021-03-16|section=yes}} |
|
| |
|
| Test whose name starts with PerfIsUTF8 test the performance of the XPCOM string IsUTF8 function with ASCII inputs if different lengths. | | '''Test Name''' |
|
| |
|
| ==== Possible regression causes ====
| | kraken |
| * The --enable-rust-simd accidentally getting turned off in automation.
| |
| * Changes to encoding_rs internals.
| |
| * LLVM optimizations regressing between updates to the copy of LLVM included in the Rust compiler.
| |
|
| |
|
| === kraken ===
| | * contact: :sdetar |
| * contact: :jmaher | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/kraken kraken.manifest] |
| * source: [[https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/kraken kraken.manifest]] | | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | |
| * measuring: JavaScript performance | | * measuring: JavaScript performance |
| * reporting: Total time for all tests, in ms (lower is better) | | * reporting: Total time for all tests, in ms (lower is better) |
| * data: there are 14 subtests in kraken, each subtest is an internal benchmark and generates 10 data points, or 14 sets of 10 data points. | | * data: there are 14 subtests in kraken, each subtest is an internal benchmark and generates 10 data points, or 14 sets of 10 data points. |
| * summarization: | | * summarization: |
| ** subtest: For all of the 10 data points, we take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#mean mean] to report a single number. | | ** subtest: For all of the 10 data points, we take the [[../Data#mean|mean]] to report a single number. |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 14 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 14 subtest results. |
|
| |
|
| This is the [[Kraken]] javascript benchmark taken verbatim and slightly modified to fit into our pageloader extension and talos harness. | | This is the [[Kraken]] javascript benchmark taken verbatim and slightly modified to fit into our pageloader extension and talos harness. |
Line 531: |
Line 582: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == motionmark_animometer == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#motionmark-animometer|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | motionmark_animometer |
| | |
| | * contact: :davidb |
| | * source: [https://searchfox.org/mozilla-central/source/third_party/webkit/PerformanceTests/MotionMark source] [https://searchfox.org/mozilla-central/source/testing/talos/talos/tests/motionmark manifests] |
| | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| | * measuring: benchmark measuring the time to animate complex scenes |
| | * summarization: |
| | ** subtest: FPS from the subtest, each subtest is run for 15 seconds, repeat this 5 times and report the median value |
| | ** suite: we take a geometric mean of all the subtests (9 for animometer, 11 for html suite) |
| | |
| | == motionmark_html == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#motionmark-html-suite|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | motionmark_html_suite |
| | |
| | {{todo|''add test details''}} |
| | |
| | == motionmark_webgl == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#motionmark-webgl|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
|
| |
|
| === Microbench ===
| | motionmark_webgl |
| * contact:
| |
| * source: [[https://dxr.mozilla.org/mozilla-central/source/testing/gtest/mozilla/MozGTestBench.cpp MozGTestBench.cpp]]
| |
| * type: Custom GTest micro-benchmarking
| |
| * data: Time taken for a GTest function to execute
| |
| * summarization: Not a Talos test. This suite is provides a way to add low level platform performance regression tests for things that are not suited to be tested by Talos. See the [[https://wiki.mozilla.org/Performance_sheriffing/Talos/Sheriffing#Microbench_Policy Microbench Sheriffing Policy]] for some notes on how to treat regressions.
| |
|
| |
|
| ==== Possible regression causes ====
| | * contact: :jgilbert |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | | * source: [https://searchfox.org/mozilla-central/source/third_party/webkit/PerformanceTests/MotionMark source] [https://searchfox.org/mozilla-central/source/testing/talos/talos/tests/motionmark/webgl.manifest manifest] |
| | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| | * measuring: Draw call performance in WebGL |
| | * summarization: |
| | ** subtest: FPS from the subtest, each subtest is run once for 15 seconds, report the average FPS over that time. |
| | ** suite: identical to subtest |
|
| |
|
| === Other data === | | == pdfpaint == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#pdfpaint|date=2021-03-16|section=yes}} |
|
| |
|
| These are not part of the Talos code, but like Talos they are benchmarks that record data using the graphserver and are analyzed by the same scripts for regressions.
| | '''Test Name''' |
|
| |
|
| ==== Number of Constructors (num_ctors) ====
| | pdfpaint |
|
| |
|
| This test runs at build time and measures the number of static initializers in the compiled code. Reducing this number is helpful for [https://blog.mozilla.org/tglek/2010/05/27/startup-backward-constructors/ startup optimizations].
| | * contact: :bdahl |
| | * source: |
| | * type: PageLoader |
| | * reporting: time from ''performance.timing.navigationStart'' to ''pagerendered'' event in ms (lower is better) |
| | * data: load a PDF 20 times |
|
| |
|
| * https://hg.mozilla.org/build/tools/file/348853aee492/buildfarm/utils/count_ctors.py
| | == perf-reftest == |
| ** these are run for linux 32+64 opt and pgo builds.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#perf-reftest|date=2021-03-16|section=yes}} |
|
| |
|
| ===== Possible regression causes =====
| | '''Test Name''' |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| === PerfStrip Tests ===
| | perf_reftest |
|
| |
|
| * contact: :milan | | * contact: :bholley |
| * source: https://dxr.mozilla.org/mozilla-central/source/xpcom/tests/gtest/TestStrings.cpp | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/perf-reftest perf-reftest] |
| * type: Microbench | | * type: [[#Page_Load_Tests|PageLoader]] |
| * reporting: execution time in ms (lower is better) for 100k function calls | | * reporting: intervals in ms (lower is better) |
| * data: each test run and measured 5 times | | * data: each test loads 25 times |
| * summarization: | | * summarization: |
| | ** subtest: [[../Data#ignore_first|ignore first]] 5 data points, then take the [[../Data#median|median]] of the remaining 20 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l734 source: test.py] |
| | ** suite: identical to subtest |
|
| |
|
| PerfStripWhitespace - call StripWhitespace() on 5 different test cases 20k times (each)
| | '''Important note:''' This test now requires an 'opt' build. If the perf-reftest is ran on a non-opt build, it will time out (more specifically on innertext-1.html, and possibly others in the future). |
| | |
| | Style system performance test suite. The perf-reftest suite is a unique talos suite where each subtest loads two different test pages: a 'base' page (i.e. bloom_basic) and a 'reference' page (i.e. bloom_basic_ref), and then compares each of the page load times against eachother to determine the variance. |
| | |
| | Talos runs each of the two pages as if they are stand-alone tests, and then calculates and reports the variance; the test output 'replicates' reported from bloom_basic are actually the comparisons between the 'base' and 'reference' pages for each page load cycle. The suite contains multiple subtests, each of which contains a base page and a reference page. |
| | |
| | If you wish to see the individual 'base' and 'reference' page results instead of just the reported difference, the 'base_replicates' and 'ref_replicates' can be found in the PERFHERDER_DATA log file output, and in the 'local.json' talos output file when running talos locally. In production, both of the page replicates are also archived in the perfherder-data.json file. The perfherder-data.json file is archived after each run in production, and can be found on the Treeherder Job Details tab when the perf-reftest job symbol is selected. |
| | |
| | This test suite was ported over from the style-perf-tests (https://github.com/heycam/style-perf-tests). |
| | |
| | {| class="mw-collapsible mw-collapsed wikitable" |
| | ! Example data |
| | |- |
| | | <pre> |
| | "replicates": [1.185, 1.69, 1.22, 0.36, 11.26, 3.835, 3.315, 1.355, 3.185, 2.485, 2.2, 1.01, 0.9, 1.22, 1.9, |
| | 0.285, 1.52, 0.31, 2.58, 0.725, 2.31, 2.67, 3.295, 1.57, 0.3], "value": 1.7349999999999999, "unit": "ms", |
| | |
| | "base_replicates": [166.94000000000003, 165.16, 165.64000000000001, 165.04000000000002, 167.355, 165.175, |
| | 165.325, 165.11, 164.175, 164.78, 165.555, 165.885, 166.83499999999998, 165.76500000000001, 164.375, 166.825, |
| | 167.13, 166.425, 169.22500000000002, 164.955, 165.335, 164.45000000000002, 164.85500000000002, 165.005, 166.035]}], |
|
| |
|
| PerfStripCharsWhitespace - call StripChars("\f\t\r\n") on 5 different test cases 20k times (each)
| | "ref_replicates": [165.755, 166.85000000000002, 166.85999999999999, 165.4, 178.615, 169.01, 168.64, 166.465, |
| | 167.36, 167.265, 167.75500000000002, 166.895, 167.735, 166.985, 166.275, 166.54000000000002, 165.61, 166.115, |
| | 166.64499999999998, 165.68, 167.64499999999998, 167.12, 168.15, 166.575, 166.335], |
| | </pre> |
| | |} |
|
| |
|
| PerfStripCRLF - call StripCRLF() on 5 different test cases 20k times (each)
| | == perf-reftest-singletons == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#perf-reftest-singletons|date=2021-03-16|section=yes}} |
|
| |
|
| PerfStripCharsCRLF() - call StripChars("\r\n") on 5 different test cases 20k times (each)
| | '''Test Name''' |
|
| |
|
| ==== Possible regression causes ====
| | perf_reftest_singletons |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| === rasterflood_svg ===
| | * contact: :heycam |
| * contact: :dvander | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/perf-reftest-singletons perf-reftest-singletons] |
| * source: [https://searchfox.org/mozilla-central/source/testing/talos/talos/tests/gfx/benchmarks/rasterflood_svg.html rasterflood_svg.html] | | * type: [[#Page_Load_Tests|PageLoader]] |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | | * reporting: intervals in ms (lower is better) |
| * data: we load the rasterflood_svg.html page ten times, measuring pageload each time, generating 10 data points. | | * data: each test loads 25 times |
| * summarization: | | * summarization: |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 9; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l986 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] 5 data points, then take the [[../Data#median|median]] of the remaining 20 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l734 source: test.py] |
| | ** suite: identical to subtest |
| | |
| | Individual style system performance tests. The perf-reftest-singletons suite runs the perf-reftest 'base' pages (i.e. bloom_basic) test individually, and reports the values for that single test page alone, NOT the comparison of two different pages. There are multiple subtests in this suite, each just containing the base page on its own. |
| | |
| | This test suite was ported over from the style-perf-tests (https://github.com/heycam/style-perf-tests). |
| | |
| | {| class="mw-collapsible mw-collapsed wikitable" |
| | ! Example data |
| | |- |
| | | <pre> |
| | bloombasic.html;88.34000000000003;88.66499999999999;94.815;92.60500000000002;95.30000000000001; |
| | 98.80000000000001;91.975;87.73500000000001;86.925;86.965;93.00500000000001;98.93;87.45000000000002; |
| | 87.14500000000001;92.78500000000001;86.96499999999999;98.32000000000001;97.485;90.67000000000002; |
| | 86.72500000000001;95.665;100.67;101.095;94.32;91.87 |
| | </pre> |
| | |} |
|
| |
|
| This page animates some complex SVG patterns in a requestAnimationFrame callback. However, it also churns the CPU during each callback, spinning an empty loop for 14ms each frame. The intent is that, if we consider the rasterization costs to be 0, then the animation should run close to 60fps. Otherwise it will lag. Since rasterization costs are not 0, the lower we can get them, the faster the test will run. The test runs in ASAP mode to maximize framerate. The result is how quickly the browser is able to render 600 frames of the animation.
| | == rasterflood_gradient == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#rasterflood-gradient|date=2021-03-16|section=yes}} |
|
| |
|
| Improvements (or regressions) to general painting performance or SVG are likely to affect this benchmark.
| | '''Test Name''' |
|
| |
|
| ==== Possible regression causes ====
| | rasterflood_gradient |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| === rasterflood_gradient ===
| | * contact: :rhunt |
| * contact: :dvander | |
| * source: [https://searchfox.org/mozilla-central/source/testing/talos/talos/tests/gfx/benchmarks/rasterflood_gradient.html rasterflood_gradient.html] | | * source: [https://searchfox.org/mozilla-central/source/testing/talos/talos/tests/gfx/benchmarks/rasterflood_gradient.html rasterflood_gradient.html] |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| * data: we load the rasterflood_gradient.html page ten times, computing a score each time, generating 10 data points. | | * data: we load the rasterflood_gradient.html page ten times, computing a score each time, generating 10 data points. |
| * summarization: | | * summarization: |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 9; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l986 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 9; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l986 source: test.py] |
|
| |
|
| This page animates some complex gradient patterns in a requestAnimationFrame callback. However, it also churns the CPU during each callback, spinning an empty loop for 14ms each frame. The intent is that, if we consider the rasterization costs to be 0, then the animation should run close to 60fps. Otherwise it will lag. Since rasterization costs are not 0, the lower we can get them, the faster the test will run. The test runs in ASAP mode to maximize framerate. | | This page animates some complex gradient patterns in a requestAnimationFrame callback. However, it also churns the CPU during each callback, spinning an empty loop for 14ms each frame. The intent is that, if we consider the rasterization costs to be 0, then the animation should run close to 60fps. Otherwise it will lag. Since rasterization costs are not 0, the lower we can get them, the faster the test will run. The test runs in ASAP mode to maximize framerate. |
Line 605: |
Line 726: |
| The test runs for 10 seconds, and the resulting score is how many frames we were able to render during that time. Higher is better. Improvements (or regressions) to general painting performance or gradient rendering will affect this benchmark. | | The test runs for 10 seconds, and the resulting score is how many frames we were able to render during that time. Higher is better. Improvements (or regressions) to general painting performance or gradient rendering will affect this benchmark. |
|
| |
|
| ==== Possible regression causes ==== | | == rasterflood_svg == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#rasterflood-svg|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | rasterflood_svg |
| | |
| | * contact: :rhunt |
| | * source: [https://searchfox.org/mozilla-central/source/testing/talos/talos/tests/gfx/benchmarks/rasterflood_svg.html rasterflood_svg.html] |
| | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| | * data: we load the rasterflood_svg.html page ten times, measuring pageload each time, generating 10 data points. |
| | * summarization: |
| | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 9; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l986 source: test.py] |
| | |
| | This page animates some complex SVG patterns in a requestAnimationFrame callback. However, it also churns the CPU during each callback, spinning an empty loop for 14ms each frame. The intent is that, if we consider the rasterization costs to be 0, then the animation should run close to 60fps. Otherwise it will lag. Since rasterization costs are not 0, the lower we can get them, the faster the test will run. The test runs in ASAP mode to maximize framerate. The result is how quickly the browser is able to render 600 frames of the animation. |
| | |
| | Improvements (or regressions) to general painting performance or SVG are likely to affect this benchmark. |
| | |
| | == sessionrestore == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#sessionrestore|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | sessionrestore |
|
| |
|
| === sessionrestore/sessionrestore_no_auto_restore/sessionrestore_many_windows ===
| | * contact: :mikedeboer, :mconley, :felipe |
| * contact: :Yoric, :mikedeboer | |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/startup_test/sessionrestore talos/sessionrestore] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/startup_test/sessionrestore talos/sessionrestore] |
| * bug: https://bugzilla.mozilla.org/show_bug.cgi?id=936630, https://bugzilla.mozilla.org/show_bug.cgi?id=1331937 | | * bug: {{bug|936630}}, {{bug|1331937}}, {{bug|1531520}} |
| * type: Startup | | * type: Startup |
| * measuring: time spent reading and restoring the session. | | * measuring: time spent reading and restoring the session. |
Line 617: |
Line 759: |
| * data: we load the session restore index page 10 times to collect 1 set of 10 data points. | | * data: we load the session restore index page 10 times to collect 1 set of 10 data points. |
| * summarization: | | * summarization: |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 9 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l305 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 9 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l305 source: test.py] |
| ** suite: identical to subtest | | ** suite: identical to subtest |
|
| |
|
| Three tests measure the time spent reading and restoring the session from a valid sessionstore.js. Time starts ticking during event sessionRestoreInit and stops during event sessionRestored. | | Three tests measure the time spent reading and restoring the session from a valid sessionstore.js. Time is counted from the ''process start'' until the ''sessionRestored'' event. |
|
| |
|
| In ''sessionrestore'', this is tested with a configuration that requires the session to be restored. In ''sessionrestore_no_auto_restore'', this is tested with a configuration that requires the session to not be restored. Both of the above tests use a sessionstore.js file that contains one window and roughly 89 tabs. In ''sessionrestore_many_windows'', this is tested with a sessionstore.js that contains 3 windows and 130 tabs. The first window contains 50 tabs, 80 remaning tabs are divided equally between the second and the third window. | | In ''sessionrestore'', this is tested with a configuration that requires the session to be restored. In ''sessionrestore_no_auto_restore'', this is tested with a configuration that requires the session to not be restored. Both of the above tests use a sessionstore.js file that contains one window and roughly 89 tabs. In ''sessionrestore_many_windows'', this is tested with a sessionstore.js that contains 3 windows and 130 tabs. The first window contains 50 tabs, 80 remaning tabs are divided equally between the second and the third window. |
Line 632: |
Line 774: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == sessionrestore_many_windows == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#sessionrestore-many-windows|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | sessionrestore_many_windows |
| | |
| | See [[#sessionrestore]]. |
| | |
| | == sessionrestore_no_auto_restore == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#a11yr|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | sessionrestore_no_auto_restore |
| | |
| | See [[#sessionrestore]]. |
| | |
| | == startup_about_home_paint == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#startup-about-home-paint|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
|
| |
|
| === speedometer ===
| | startup_about_home_paint |
| * contact: :jmaher, :rwood
| |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/speedometer/speedometer.manifest speedometer.manifest]
| |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader]
| |
| * measuring: responsiveness of web applications
| |
| * reporting: runs/minute score
| |
| * data: there are 16 subtests in Speedometer; each of these are made up of 9 internal benchmarks.
| |
| * summarization:
| |
| ** subtest: For all of the 16 subtests, we collect the sum of all their internal benchmark results.
| |
| ** suite: geometric [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#mean mean] of the 16 sums
| |
|
| |
|
| This is the [http://browserbench.org/Speedometer/ Speedometer] javascript benchmark taken verbatim and slightly modified to fit into our pageloader extension and talos harness.
| | * 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. |
| | * 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" | | {| class="mw-collapsible mw-collapsed wikitable" |
Line 652: |
Line 810: |
| |- | | |- |
| | <pre> | | | <pre> |
| 0;VanillaJS-TodoMVC/Adding100Items/Sync;153.055;150.4950000000008;149.16500000000087;150.8000000000029;150.92499999998836;147.53000000000003;154.8199999999997;156.20000000000437;147.0749999999971;150.47500000000582;151.63;158.02000000000044;145.54499999999825;156.3050000000003;146.7100000000064;147.505;148.5699999999979;148.9350000000013;147.61000000000058;146.41999999999825;149.64;151.875;189.75500000000466;147.04499999999825;151.0350000000035 | | [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] |
| 1;VanillaJS-TodoMVC/Adding100Items/Async;29.99000000000001;17.80500000000029;27.924999999995634;44.51000000000204;23.229999999995925;33.84500000000003;22.600000000000364;60.93999999999505;45.669999999998254;17.235000000000582;22.125;54.36499999999796;69.95000000000437;16.56500000000233;16.52499999999418;26.65500000000003;31.31000000000131;40.7300000000032;18.455000000001746;34.945000000006985;25.029999999999973;28.229999999999563;20.709999999999127;15.940000000002328;15.960000000006403
| |
| 2;VanillaJS-TodoMVC/Adding100Items;183.04500000000002;168.3000000000011;177.0899999999965;195.31000000000495;174.15499999998428;181.37500000000006;177.42000000000007;217.13999999999942;192.74499999999534;167.7100000000064;173.755;212.3849999999984;215.49500000000262;172.87000000000262;163.23500000000058;174.16000000000003;179.8799999999992;189.6650000000045;166.06500000000233;181.36500000000524;174.66999999999996;180.10499999999956;210.46500000000378;162.98500000000058;166.9950000000099
| |
| 3;VanillaJS-TodoMVC/CompletingAllItems/Sync;50.01500000000004;50.154999999998836;45.95499999999447;49.95499999999447;49.345000000001164;46.67500000000001;48.17000000000007;50.075000000004366;49.6050000000032;47.5;49.20999999999998;49.86499999999796;45.79000000000087;48.45999999999913;47.27499999999418;46.964999999999975;51.279999999998836;56.42000000000553;47.49000000000524;47.09000000001106;47.66999999999996;46.97999999999956;150.63000000000466;46.42500000000291;46.06500000000233
| |
| 4;VanillaJS-TodoMVC/CompletingAllItems/Async;15.05499999999995;20.144999999998618;8.50499999999738;14.57499999999709;16.014999999999418;20.524999999999977;42.18000000000029;16.62000000000262;16.735000000000582;18.305000000007567;18.670000000000016;10.06499999999869;15.57999999999447;20.24500000000262;25.460000000006403;20.364999999999952;21.18500000000131;16.310000000004948;21.584999999999127;10.729999999995925;27.314999999999998;28.56499999999869;24.595000000001164;18.9800000000032;14.94999999999709
| |
| 5;VanillaJS-TodoMVC/CompletingAllItems;65.07;70.29999999999745;54.45999999999185;64.52999999999156;65.36000000000058;67.19999999999999;90.35000000000036;66.69500000000698;66.34000000000378;65.80500000000757;67.88;59.92999999999665;61.36999999999534;68.70500000000175;72.73500000000058;67.32999999999993;72.46500000000015;72.73000000001048;69.07500000000437;57.820000000006985;74.98499999999996;75.54499999999825;175.22500000000582;65.40500000000611;61.01499999999942
| |
| 6;VanillaJS-TodoMVC/DeletingAllItems/Sync;46.02499999999998;34.530000000000655;31.715000000003783;34.575000000004366;38.93000000000757;43.485000000000014;33.00500000000102;44.59499999999389;34.38500000000204;33.10000000000582;37.875;34.594999999997526;33.169999999998254;34.974999999998545;35.61999999999534;35.89500000000004;36.159999999999854;38.654999999998836;33.770000000004075;34.904999999998836;42.299999999999955;36.13999999999942;32.56999999999971;37.970000000001164;33.69499999999243
| |
| 7;VanillaJS-TodoMVC/DeletingAllItems/Async;15.475000000000023;11.94000000000051;17.70499999999447;20.19000000000233;9.509999999994761;7.425000000000011;14.040000000000873;10.104999999995925;13.430000000000291;11.985000000000582;6.984999999999957;23.75500000000102;63.45999999999913;8.014999999999418;12.059999999997672;21.40500000000003;13.279999999998836;11.364999999997963;7.864999999997963;33.154999999998836;12.420000000000016;22.409999999999854;8.090000000003783;12.994999999995343;7.125
| |
| 8;VanillaJS-TodoMVC/DeletingAllItems;61.5;46.470000000001164;49.419999999998254;54.765000000006694;48.44000000000233;50.910000000000025;47.04500000000189;54.699999999989814;47.81500000000233;45.0850000000064;44.85999999999996;58.349999999998545;96.62999999999738;42.98999999999796;47.679999999993015;57.30000000000007;49.43999999999869;50.0199999999968;41.63500000000204;68.05999999999767;54.71999999999997;58.54999999999927;40.66000000000349;50.96499999999651;40.81999999999243
| |
| 9;VanillaJS-TodoMVC;309.615;285.0699999999997;280.9699999999866;314.6050000000032;287.9549999999872;299.48500000000007;314.8150000000023;338.5349999999962;306.90000000000146;278.6000000000204;286.49499999999995;330.6649999999936;373.49499999999534;284.5650000000023;283.6499999999942;298.79;301.78499999999804;312.4150000000118;276.77500000000873;307.2450000000099;304.3749999999999;314.1999999999971;426.3500000000131;279.3550000000032;268.83000000000175
| |
| 10;Vanilla-ES2015-TodoMVC/Adding100Items/Sync;187.5;191.14999999999782;198.6999999999971;196.77500000000146;193.25;192.91499999999996;197.4350000000013;194.09999999999854;193.60499999999593;195.09500000000116;197.52000000000004;200.14500000000044;241.61499999999796;193.61999999999534;191.75500000000466;193.32000000000005;195.8100000000013;200.0699999999997;192.95000000000437;475.40499999999884;192.67999999999995;196.77000000000044;197.66500000000087;194.8550000000032;197.4250000000029
| |
| 11;Vanilla-ES2015-TodoMVC/Adding100Items/Async;22.949999999999932;15.715000000000146;18.2300000000032;30.5199999999968;21.53499999998894;23.80499999999995;34.409999999999854;16.494999999995343;21.619999999995343;19.130000000004657;21.230000000000018;17.354999999999563;22.25;16.18000000000029;21.02499999999418;16.92999999999995;16.280000000002474;19.965000000003783;27.185000000004948;18.630000000004657;27.039999999999964;17.125;16.510000000002037;22.06999999999971;19.514999999999418
| |
| 12;Vanilla-ES2015-TodoMVC/Adding100Items;210.44999999999993;206.86499999999796;216.9300000000003;227.29499999999825;214.78499999998894;216.7199999999999;231.84500000000116;210.5949999999939;215.22499999999127;214.22500000000582;218.75000000000006;217.5;263.86499999999796;209.79999999999563;212.77999999999884;210.25;212.09000000000378;220.0350000000035;220.1350000000093;494.0350000000035;219.7199999999999;213.89500000000044;214.1750000000029;216.9250000000029;216.94000000000233
| |
| 13;Vanilla-ES2015-TodoMVC/CompletingAllItems/Sync;54.25999999999999;50.36999999999898;55.58999999999651;52.38500000000204;56.31500000000233;52.174999999999955;50.875;50.349999999998545;56.61000000000058;51.570000000006985;52.495000000000005;50.13000000000102;62.71999999999389;51.18000000000029;53.44999999999709;51.29499999999996;50.66500000000087;87.94000000000233;52.83999999999651;60.330000000001746;51.69500000000005;50.80500000000029;52.70999999999913;54.79000000000087;54.13999999999942
| |
| 14;Vanilla-ES2015-TodoMVC/CompletingAllItems/Async;27.379999999999995;17.260000000002037;32.075000000004366;11.264999999999418;23.94999999999709;17.154999999999973;13.764999999999418;15.525000000001455;19.63499999999476;16.214999999996508;25.055000000000064;20.340000000000146;22.485000000000582;18.849999999998545;21.829999999987194;16.75999999999999;18.82999999999811;23.034999999996217;19.775000000001455;24.289999999993597;33.664999999999964;18.400000000001455;27.7699999999968;18.450000000004366;17.855000000010477
| |
| 15;Vanilla-ES2015-TodoMVC/CompletingAllItems;81.63999999999999;67.63000000000102;87.66500000000087;63.650000000001455;80.26499999999942;69.32999999999993;64.63999999999942;65.875;76.24499999999534;67.78500000000349;77.55000000000007;70.47000000000116;85.20499999999447;70.02999999999884;75.27999999998428;68.05499999999995;69.49499999999898;110.97499999999854;72.61499999999796;84.61999999999534;85.36000000000001;69.20500000000175;80.47999999999593;73.24000000000524;71.9950000000099
| |
| 16;Vanilla-ES2015-TodoMVC/DeletingItems/Sync;34.174999999999955;42.539999999997235;36.05500000000029;36.06500000000233;47.629999999990105;41.799999999999955;35.669999999998254;45.78500000000349;35.50499999999738;45.53500000000349;39.504999999999995;34.61000000000058;49.24500000000262;44.79500000000553;41.169999999998254;43.86500000000001;35.275000000001455;48.044999999998254;41.51000000000204;44.86500000000524;40.72000000000003;35.04000000000087;35.51499999999942;35.62999999999738;39.90000000000873
| |
| 17;Vanilla-ES2015-TodoMVC/DeletingItems/Async;10.754999999999995;12.934999999997672;12.819999999999709;10.430000000000291;13.205000000001746;14.090000000000032;39.77000000000044;12.014999999999418;12.299999999995634;7.349999999991269;13.724999999999909;11.579999999998108;13.019999999996799;7.219999999993888;14.464999999996508;13.370000000000005;7.424999999999272;7.0350000000034925;11.20499999999447;11.330000000001746;20.844999999999914;6.985000000000582;9.305000000000291;7.255000000004657;12.240000000005239
| |
| 18;Vanilla-ES2015-TodoMVC/DeletingItems;44.92999999999995;55.47499999999491;48.875;46.49500000000262;60.83499999999185;55.889999999999986;75.43999999999869;57.80000000000291;47.804999999993015;52.88499999999476;53.229999999999905;46.18999999999869;62.26499999999942;52.01499999999942;55.63499999999476;57.235000000000014;42.70000000000073;55.080000000001746;52.71499999999651;56.195000000006985;61.56499999999994;42.025000000001455;44.81999999999971;42.88500000000204;52.14000000001397
| |
| 19;Vanilla-ES2015-TodoMVC;337.01999999999987;329.9699999999939;353.47000000000116;337.4400000000023;355.8849999999802;341.9399999999998;371.9249999999993;334.2699999999968;339.2749999999796;334.8950000000041;349.53000000000003;334.15999999999985;411.33499999999185;331.8449999999939;343.6949999999779;335.53999999999996;324.2850000000035;386.0900000000038;345.4650000000038;634.8500000000058;366.64499999999987;325.12500000000364;339.47499999999854;333.0500000000102;341.0750000000262
| |
| 20;Vanilla-ES2015-Babel-Webpack-TodoMVC/Adding100Items/Sync;186.9849999999999;192.72999999999956;196.3249999999971;198.64500000000407;204.4100000000035;195.62;357.52999999999884;201.65000000000146;191.4300000000003;199.69500000000698;199.63;200.86000000000058;274.52999999999884;210.28499999999622;196.20500000000175;194.58000000000004;192.73499999999694;212.0550000000003;204.0699999999997;223.20500000000175;196.0999999999999;194.08000000000175;198.52000000000407;224.71500000000378;191.57000000000698
| |
| 21;Vanilla-ES2015-Babel-Webpack-TodoMVC/Adding100Items/Async;19.97499999999991;16.31499999999869;22.955000000001746;27.419999999998254;16.214999999996508;26.11999999999989;16.2300000000032;23.294999999998254;25.089999999996508;19.769999999989523;25.125;20.020000000000437;30.464999999996508;22.110000000000582;16.944999999992433;17.940000000000055;22.455000000001746;25.614999999997963;25.155000000006112;30.044999999998254;33.51499999999987;17.349999999998545;16.6050000000032;18.30500000000029;28.964999999996508
| |
| 22;Vanilla-ES2015-Babel-Webpack-TodoMVC/Adding100Items;206.9599999999998;209.04499999999825;219.27999999999884;226.06500000000233;220.625;221.7399999999999;373.76000000000204;224.9449999999997;216.5199999999968;219.4649999999965;224.755;220.88000000000102;304.99499999999534;232.3949999999968;213.14999999999418;212.5200000000001;215.1899999999987;237.66999999999825;229.22500000000582;253.25;229.61499999999978;211.4300000000003;215.12500000000728;243.02000000000407;220.5350000000035
| |
| 23;Vanilla-ES2015-Babel-Webpack-TodoMVC/CompletingAllItems/Sync;52.31000000000017;51.87000000000262;54.81999999999971;60.59499999999389;107.30499999999302;60.569999999999936;59.724999999998545;62.32499999999709;52.86999999999534;52.17499999998836;65.69999999999982;54.22999999999956;56.705000000001746;86.8900000000067;60.57499999999709;53.044999999999845;54.87999999999738;52.54000000000087;61.580000000001746;149.7399999999907;56.49000000000001;53.3650000000016;53.224999999998545;70.97000000000116;51.845000000001164
| |
| 24;Vanilla-ES2015-Babel-Webpack-TodoMVC/CompletingAllItems/Async;17.24000000000001;18.75;16.349999999998545;9.584999999999127;22.639999999999418;10.330000000000155;13.540000000000873;17.80500000000029;15.205000000001746;17.789999999993597;19.37000000000012;21.68500000000131;9.959999999999127;16.854999999995925;31.464999999996508;18.829999999999927;17.92000000000189;17.344999999993888;18.2699999999968;17.110000000000582;21.3900000000001;27.0099999999984;19.364999999997963;19.924999999995634;18.964999999996508
| |
| 25;Vanilla-ES2015-Babel-Webpack-TodoMVC/CompletingAllItems;69.55000000000018;70.62000000000262;71.16999999999825;70.17999999999302;129.94499999999243;70.90000000000009;73.26499999999942;80.12999999999738;68.07499999999709;69.96499999998196;85.06999999999994;75.91500000000087;66.66500000000087;103.74500000000262;92.0399999999936;71.87499999999977;72.79999999999927;69.88499999999476;79.84999999999854;166.84999999999127;77.88000000000011;80.375;72.58999999999651;90.8949999999968;70.80999999999767
| |
| 26;Vanilla-ES2015-Babel-Webpack-TodoMVC/DeletingItems/Sync;41.649999999999864;48.38999999999942;39.984999999993306;36.25500000000466;44.76499999999942;43.409999999999854;41.56999999999971;35.03500000000349;36.43000000000029;40.05500000000757;41.25;41.08499999999913;40.86000000000058;80.55500000000029;47.75999999999476;37.92000000000007;35.22999999999956;66.125;38.7100000000064;38.48500000000058;46.309999999999945;40.19500000000335;39.7300000000032;36.674999999995634;38.05000000000291
| |
| 27;Vanilla-ES2015-Babel-Webpack-TodoMVC/DeletingItems/Async;12.345000000000027;13.670000000001892;12.884999999994761;14.830000000001746;11.220000000001164;9.495000000000118;11.325000000000728;7.55000000000291;9.055000000000291;7.069999999992433;11.184999999999945;14.785000000003492;25.885000000002037;7.165000000000873;16.36500000000524;9.680000000000064;6.805000000000291;6.870000000002619;13.439999999995052;12.884999999994761;13.634999999999991;11.994999999998981;11.334999999999127;23.784999999996217;12.620000000009895
| |
| 28;Vanilla-ES2015-Babel-Webpack-TodoMVC/DeletingItems;53.99499999999989;62.06000000000131;52.86999999998807;51.0850000000064;55.98500000000058;52.90499999999997;52.89500000000044;42.5850000000064;45.48500000000058;47.125;52.434999999999945;55.87000000000262;66.74500000000262;87.72000000000116;64.125;47.600000000000136;42.034999999999854;72.99500000000262;52.150000000001455;51.36999999999534;59.944999999999936;52.19000000000233;51.06500000000233;60.45999999999185;50.670000000012806
| |
| 29;Vanilla-ES2015-Babel-Webpack-TodoMVC;330.5049999999999;341.7250000000022;343.31999999998516;347.33000000000175;406.554999999993;345.54499999999996;499.9200000000019;347.6600000000035;330.07999999999447;336.55499999997846;362.2599999999999;352.6650000000045;438.40499999999884;423.8600000000006;369.3149999999878;331.995;330.0249999999978;380.54999999999563;361.2250000000058;471.4699999999866;367.4399999999998;343.9950000000026;338.7800000000061;394.3749999999927;342.01500000001397
| |
| 30;React-TodoMVC/Adding100Items/Sync;299.2650000000001;299.6800000000003;321.70000000000437;308.51000000000204;313.6149999999907;321.855;306.9500000000007;305.2149999999965;335.4499999999971;338.52999999999884;316.16999999999985;317.7599999999984;312.92000000000553;315.4950000000026;357.29000000000815;311.1600000000001;338.21500000000015;314.3249999999971;335.6449999999968;314.5450000000128;308.28999999999996;309.1949999999997;325.72499999999854;324.3950000000041;316.22000000000116
| |
| 31;React-TodoMVC/Adding100Items/Async;19.685000000000173;23.674999999999272;23.1050000000032;29.470000000001164;21.860000000000582;23.174999999999955;26.100000000002183;21.089999999996508;34.87999999999738;21.919999999998254;23.924999999999955;57.73999999999796;29.94499999999971;23.220000000001164;22.664999999993597;24.52500000000009;32.8949999999968;23.095000000001164;24.8550000000032;38.354999999995925;26.585000000000036;29.56500000000233;50.549999999995634;20.409999999996217;30.554999999993015
| |
| 32;React-TodoMVC/Adding100Items;318.9500000000003;323.35499999999956;344.80500000000757;337.9800000000032;335.47499999999127;345.03;333.0500000000029;326.304999999993;370.32999999999447;360.4499999999971;340.0949999999998;375.49999999999636;342.86500000000524;338.7150000000038;379.95500000000175;335.6850000000002;371.10999999999694;337.41999999999825;360.5;352.90000000000873;334.875;338.76000000000204;376.2749999999942;344.8050000000003;346.7749999999942
| |
| 33;React-TodoMVC/CompletingAllItems/Sync;179.42999999999984;183.98500000000058;189.8199999999997;198.58499999999913;198.70500000000175;198.81999999999994;295.0750000000007;192.4449999999997;198.77000000000407;299.9349999999977;197.39999999999986;220.69000000000233;196.75;188.38500000000204;191.0899999999965;206.9849999999999;201.47499999999854;193.12000000000262;208.1800000000003;240.68499999999767;199.67499999999995;219.02499999999782;192.25999999999476;188.15000000000146;197.7850000000035
| |
| 34;React-TodoMVC/CompletingAllItems/Async;17.795000000000073;15.280000000002474;16.080000000001746;18.264999999999418;15.634999999994761;19.519999999999982;17.11999999999898;18.12999999999738;22.50499999999738;20.66500000000815;16.795000000000073;31.209999999999127;16.94000000000233;16.709999999999127;16.625;20.575000000000045;44.47999999999956;18.139999999999418;17.68000000000029;22.094999999986612;17.97499999999991;22.895000000000437;57.08499999999913;22.529999999998836;17.995000000009895
| |
| 35;React-TodoMVC/CompletingAllItems;197.2249999999999;199.26500000000306;205.90000000000146;216.84999999999854;214.3399999999965;218.33999999999992;312.1949999999997;210.5749999999971;221.27500000000146;320.6000000000058;214.19499999999994;251.90000000000146;213.69000000000233;205.09500000000116;207.7149999999965;227.55999999999995;245.9549999999981;211.26000000000204;225.86000000000058;262.7799999999843;217.64999999999986;241.91999999999825;249.3449999999939;210.6800000000003;215.7800000000134
| |
| 36;React-TodoMVC/DeletingAllItems/Sync;121.0949999999998;114.28499999999985;122.61499999999796;118.03000000000611;115.91500000000815;128.47500000000014;114.81499999999869;113.52500000000146;155.77500000000146;113.59500000000116;123.64499999999975;97.13999999999942;117.53500000000349;117.76499999999942;119.67999999999302;120.27999999999997;137.02500000000146;125.30000000000291;124.55000000000291;119.55500000000757;117.54999999999995;120.625;123.20500000000175;126.48999999999796;126.08999999999651
| |
| 37;React-TodoMVC/DeletingAllItems/Async;7.394999999999982;8.580000000001746;12.364999999997963;6.610000000000582;10.989999999990687;6.735000000000127;9.794999999998254;10.340000000003783;6.625;9.069999999992433;6.654999999999745;8.81000000000131;14.569999999999709;8.619999999995343;218.33000000000175;9.275000000000091;15.8849999999984;6.260000000002037;17.69000000000233;25.835000000006403;13.28500000000031;7.970000000001164;58.229999999995925;10.485000000000582;8.740000000005239
| |
| 38;React-TodoMVC/DeletingAllItems;128.48999999999978;122.8650000000016;134.97999999999593;124.6400000000067;126.90499999999884;135.21000000000026;124.60999999999694;123.86500000000524;162.40000000000146;122.6649999999936;130.2999999999995;105.95000000000073;132.1050000000032;126.38499999999476;338.00999999999476;129.55500000000006;152.90999999999985;131.56000000000495;142.24000000000524;145.39000000001397;130.83500000000026;128.59500000000116;181.43499999999767;136.97499999999854;134.83000000000175
| |
| 39;React-TodoMVC;644.665;645.4850000000042;685.685000000005;679.4700000000084;676.7199999999866;698.5800000000002;769.8549999999996;660.7449999999953;754.0049999999974;803.7149999999965;684.5899999999992;733.3499999999985;688.6600000000108;670.1949999999997;925.679999999993;692.8000000000002;769.9749999999949;680.2400000000052;728.6000000000058;761.070000000007;683.3600000000001;709.2750000000015;807.0549999999857;692.4599999999991;697.3850000000093
| |
| 40;React-Redux-TodoMVC/Adding100Items/Sync;434.4200000000001;453.82000000000335;714.3499999999985;445.4150000000009;449.7250000000058;480.75999999999976;448.96500000000015;436.7850000000035;446.4799999999959;456.6399999999994;446.56500000000005;434.54499999999825;486.66999999999825;442.75500000000466;444.13000000000466;437.69000000000005;444.40499999999884;453.66999999999825;447.2649999999994;446.32500000001164;441.125;455.244999999999;446.1399999999994;443.4300000000003;485.91999999999825
| |
| 41;React-Redux-TodoMVC/Adding100Items/Async;21.19499999999971;17.854999999999563;18.285000000003492;35.544999999998254;189.95500000000175;27.829999999999927;45.93500000000131;23.00999999999476;20.25;20.22500000000582;26.75;48.29500000000189;23.854999999995925;57.48999999999796;58.42500000000291;20.610000000000127;17.8650000000016;25.535000000003492;26.360000000000582;31.895000000004075;38.89499999999998;29.784999999999854;72.77999999999884;29.99000000000524;18.00999999999476
| |
| 42;React-Redux-TodoMVC/Adding100Items;455.6149999999998;471.6750000000029;732.635000000002;480.9599999999991;639.6800000000076;508.5899999999997;494.90000000000146;459.79499999999825;466.7299999999959;476.86500000000524;473.31500000000005;482.84000000000015;510.5249999999942;500.2450000000026;502.55500000000757;458.3000000000002;462.27000000000044;479.20500000000175;473.625;478.2200000000157;480.02;485.02999999999884;518.9199999999983;473.42000000000553;503.929999999993
| |
| 43;React-Redux-TodoMVC/CompletingAllItems/Sync;586.6949999999997;655.2200000000012;728.6900000000023;610.3300000000017;619.2949999999983;603.2900000000004;701.1849999999977;594.1750000000029;610.1949999999997;607.3999999999942;614.3800000000001;690.5900000000001;660.6000000000058;602.8550000000032;619.5099999999948;608.9550000000004;612.0949999999975;620.5999999999985;606.1599999999962;602.7949999999983;609.75;609.8400000000001;615.5;622.4400000000023;691.9250000000029
| |
| 44;React-Redux-TodoMVC/CompletingAllItems/Async;19.159999999999854;14.919999999998254;20.37999999999738;21.19499999999971;72.06500000000233;30.22499999999991;17.139999999999418;19.06999999999971;22.095000000001164;330.41500000000815;25.050000000000182;41.955000000001746;56.71499999999651;77.06999999999971;68.59500000000116;22.360000000000127;15.390000000003056;17.700000000004366;28.55500000000029;17.75999999999476;61.07500000000027;29.12000000000262;142.95999999999913;29.160000000003492;20.264999999999418
| |
| 45;React-Redux-TodoMVC/CompletingAllItems;605.8549999999996;670.1399999999994;749.0699999999997;631.5250000000015;691.3600000000006;633.5150000000003;718.3249999999971;613.2450000000026;632.2900000000009;937.8150000000023;639.4300000000003;732.5450000000019;717.3150000000023;679.9250000000029;688.1049999999959;631.3150000000005;627.4850000000006;638.3000000000029;634.7149999999965;620.554999999993;670.8250000000003;638.9600000000028;758.4599999999991;651.6000000000058;712.1900000000023
| |
| 46;React-Redux-TodoMVC/DeletingItems/Sync;307.10000000000036;407.27999999999884;301.90499999999884;304.2299999999959;322.7699999999895;305.7249999999999;298.40499999999884;315.1650000000009;312.3950000000041;320.1100000000006;308.3699999999999;289.6349999999984;397.7549999999974;305.20500000000175;314.8099999999977;310.00999999999976;308.1949999999997;307.86999999999534;309.7900000000009;306.6399999999994;313.05999999999995;308.6100000000006;332.34999999999854;317.83000000000175;305.7399999999907
| |
| 47;React-Redux-TodoMVC/DeletingItems/Async;67.1550000000002;149.01000000000204;7.5;9.934999999997672;57.125;7.349999999999909;17.1150000000016;8.505000000004657;9.594999999993888;42.50500000000466;8.2800000000002;14.270000000000437;18.435000000004948;58.92500000000291;59.125;7.7849999999998545;6.400000000001455;6.360000000000582;18.169999999998254;8.095000000001164;20.855000000000018;8.270000000000437;7.049999999995634;8.789999999993597;15.194999999992433
| |
| 48;React-Redux-TodoMVC/DeletingItems;374.25500000000056;556.2900000000009;309.40499999999884;314.1649999999936;379.8949999999895;313.0749999999998;315.52000000000044;323.67000000000553;321.98999999999796;362.61500000000524;316.6500000000001;303.90499999999884;416.1900000000023;364.13000000000466;373.9349999999977;317.7949999999996;314.59500000000116;314.2299999999959;327.9599999999991;314.7350000000006;333.91499999999996;316.880000000001;339.3999999999942;326.61999999999534;320.9349999999831
| |
| 49;React-Redux-TodoMVC;1435.725;1698.1050000000032;1791.1100000000006;1426.6499999999942;1710.9349999999977;1455.1799999999998;1528.744999999999;1396.7100000000064;1421.0099999999948;1777.2950000000128;1429.3950000000004;1519.2900000000009;1644.0299999999988;1544.3000000000102;1564.5950000000012;1407.4100000000003;1404.3500000000022;1431.7350000000006;1436.2999999999956;1413.5100000000093;1484.7600000000002;1440.8700000000026;1616.7799999999916;1451.6400000000067;1537.0549999999785
| |
| 50;EmberJS-TodoMVC/Adding100Items/Sync;573.5649999999996;615.864999999998;579.5349999999962;588.4250000000029;588.3950000000041;594.2149999999997;588.3050000000003;572.5450000000055;598.5299999999988;583.4650000000111;587.6000000000004;574.5449999999983;591.25;584.4000000000015;592.8699999999953;610.5000000000005;593.7050000000017;583.4349999999977;608.7149999999965;594.8600000000006;614.6350000000002;580;640.8450000000012;602.8950000000041;592.4750000000058
| |
| 51;EmberJS-TodoMVC/Adding100Items/Async;19.300000000000182;33.465000000000146;44.48500000000058;26.875;56.979999999995925;36.18499999999949;19.534999999999854;70.46500000000378;21.580000000001746;77.61500000000524;75.49499999999989;24.81999999999971;19.07999999999447;21.80999999999767;25.05000000000291;34.89499999999953;21.354999999999563;21.19000000000233;22.205000000001746;30.74000000000524;42.600000000000364;20.724999999998545;25.910000000003492;23.610000000000582;69.11999999999534
| |
| 52;EmberJS-TodoMVC/Adding100Items;592.8649999999998;649.3299999999981;624.0199999999968;615.3000000000029;645.375;630.3999999999992;607.8400000000001;643.0100000000093;620.1100000000006;661.0800000000163;663.0950000000003;599.364999999998;610.3299999999945;606.2099999999991;617.9199999999983;645.395;615.0600000000013;604.625;630.9199999999983;625.6000000000058;657.2350000000006;600.7249999999985;666.7550000000047;626.5050000000047;661.5950000000012
| |
| 53;EmberJS-TodoMVC/CompletingAllItems/Sync;241.21999999999935;250.63500000000204;234.49499999999534;250.66999999999825;257.6600000000035;230.34499999999935;254.08000000000175;254.91999999999825;252.30999999999767;240.6750000000029;252.625;239.49499999999898;239.08499999999913;259.1800000000003;248.43000000000757;259.77000000000044;237.9350000000013;242.84999999999854;239.86000000000058;238.9100000000035;260.1950000000006;242.99499999999898;367.45000000000437;248.7800000000061;238.5500000000029
| |
| 54;EmberJS-TodoMVC/CompletingAllItems/Async;17.145000000000437;47.31000000000131;18.535000000003492;30.69999999999709;22.245000000009895;20.625;30.234999999996944;67.3599999999933;21.360000000000582;273.29499999999825;64.89000000000033;25.74499999999898;15.069999999999709;17.505000000004657;28.735000000000582;40.039999999999964;20.7599999999984;18.150000000001455;22.659999999996217;19.330000000001746;14.860000000000582;20.80500000000029;28.6050000000032;19.470000000001164;71.45999999999185
| |
| 55;EmberJS-TodoMVC/CompletingAllItems;258.3649999999998;297.94500000000335;253.02999999999884;281.36999999999534;279.9050000000134;250.96999999999935;284.3149999999987;322.27999999999156;273.66999999999825;513.9700000000012;317.5150000000003;265.23999999999796;254.15499999999884;276.68500000000495;277.16500000000815;299.8100000000004;258.6949999999997;261;262.5199999999968;258.24000000000524;275.0550000000012;263.7999999999993;396.05500000000757;268.2500000000073;310.00999999999476
| |
| 56;EmberJS-TodoMVC/DeletingItems/Sync;140.9949999999999;259.15999999999985;144.56500000000233;153.38999999999942;152.125;143.3099999999995;160.1150000000016;146.71500000000378;152.93499999999767;146.0500000000029;140.0699999999997;139.61999999999898;141.51499999999942;149.23500000000058;149.72499999999127;151.09999999999945;142.37000000000262;149.84500000000116;144.82999999999447;150.30499999999302;144.23499999999967;147.44000000000233;152.25;143.18999999999505;141.86000000000058
| |
| 57;EmberJS-TodoMVC/DeletingItems/Async;7.585000000000036;17.81999999999971;7.2700000000040745;7.105000000003201;6.654999999998836;7.539999999999964;6.444999999999709;75.83000000000175;7.494999999995343;7.30000000000291;39.409999999999854;6.2849999999998545;6.700000000004366;12.659999999996217;6.915000000008149;14.329999999999927;6.474999999998545;10.844999999993888;12.365000000005239;9.130000000004657;16.81500000000051;6.415000000000873;12.659999999996217;9.470000000001164;62.0399999999936
| |
| 58;EmberJS-TodoMVC/DeletingItems;148.57999999999993;276.97999999999956;151.8350000000064;160.49500000000262;158.77999999999884;150.84999999999945;166.5600000000013;222.54500000000553;160.42999999999302;153.35000000000582;179.47999999999956;145.90499999999884;148.21500000000378;161.8949999999968;156.63999999999942;165.42999999999938;148.84500000000116;160.68999999999505;157.1949999999997;159.43499999999767;161.05000000000018;153.8550000000032;164.90999999999622;152.65999999999622;203.89999999999418
| |
| 59;EmberJS-TodoMVC;999.8099999999995;1224.255000000001;1028.885000000002;1057.1650000000009;1084.0600000000122;1032.219999999998;1058.7150000000001;1187.8350000000064;1054.2099999999919;1328.4000000000233;1160.0900000000001;1010.5099999999948;1012.6999999999971;1044.7900000000009;1051.7250000000058;1110.6349999999998;1022.6000000000022;1026.314999999995;1050.6349999999948;1043.2750000000087;1093.340000000002;1018.380000000001;1227.7200000000084;1047.4150000000081;1175.50499999999
| |
| 60;EmberJS-Debug-TodoMVC/Adding100Items/Sync;1462.4049999999997;1356.1599999999999;1356.0099999999948;1344.5;1392.8500000000058;1335.9300000000003;1409.7899999999972;1513.6649999999936;1342.2000000000044;1743.5799999999872;1419.125;1340.6850000000013;1370.5449999999983;1414.4449999999997;1743.75;1373.9099999999999;1337.130000000001;1865.7150000000038;1688.5950000000012;1387.9399999999878;1354.625;1354.5300000000025;1356.2849999999962;1370.6949999999997;1499.270000000004
| |
| 61;EmberJS-Debug-TodoMVC/Adding100Items/Async;30.920000000000073;107.78499999999985;23.82499999999709;83.31499999999505;28.47500000000582;37.8100000000004;31.885000000002037;25.2300000000032;24.18499999999767;25.035000000003492;25.295000000000073;71.46500000000015;37.3949999999968;33.86000000000058;23.379999999990105;28.460000000000036;72.59500000000116;26.99500000000262;22.924999999995634;24.385000000009313;31.954999999999927;71.53999999999724;24.360000000000582;31.584999999999127;33.68499999999767
| |
| 62;EmberJS-Debug-TodoMVC/Adding100Items;1493.3249999999998;1463.9449999999997;1379.8349999999919;1427.814999999995;1421.3250000000116;1373.7400000000007;1441.6749999999993;1538.8949999999968;1366.385000000002;1768.6149999999907;1444.42;1412.1500000000015;1407.939999999995;1448.3050000000003;1767.12999999999;1402.37;1409.7250000000022;1892.7100000000064;1711.5199999999968;1412.324999999997;1386.58;1426.0699999999997;1380.6449999999968;1402.2799999999988;1532.9550000000017
| |
| 63;EmberJS-Debug-TodoMVC/CompletingAllItems/Sync;635.4200000000001;721.135000000002;633.885000000002;631.6300000000047;730.1199999999953;622.8800000000001;641.8450000000012;640.25;689.114999999998;642.8450000000012;648.4650000000001;978.3799999999974;629.5750000000044;644.114999999998;655.8399999999965;631.125;612.005000000001;675.560000000005;780.9150000000009;636.1300000000047;671.8450000000003;627.5750000000007;640.8349999999991;632.6600000000035;650.1050000000105
| |
| 64;EmberJS-Debug-TodoMVC/CompletingAllItems/Async;19.219999999999345;20.219999999997526;14.944999999999709;355.7850000000035;30.05999999999767;14.875;26.845000000001164;38.19999999999709;22.169999999998254;33.8350000000064;12.659999999999854;42.29500000000189;18.31500000000233;19.895000000004075;33.845000000001164;21.449999999999818;292.46000000000276;34.21499999999651;32.46499999999651;18.389999999999418;34.76500000000033;266.02000000000044;27.375;15.400000000001455;21.004999999990105
| |
| 65;EmberJS-Debug-TodoMVC/CompletingAllItems;654.6399999999994;741.3549999999996;648.8300000000017;987.4150000000081;760.179999999993;637.7550000000001;668.6900000000023;678.4499999999971;711.2849999999962;676.6800000000076;661.125;1020.6749999999993;647.8900000000067;664.010000000002;689.6849999999977;652.5749999999998;904.4650000000038;709.7750000000015;813.3799999999974;654.5200000000041;706.6100000000006;893.5950000000012;668.2099999999991;648.060000000005;671.1100000000006
| |
| 66;EmberJS-Debug-TodoMVC/DeletingItems/Sync;796.5100000000002;881.880000000001;839.4449999999997;838.7900000000009;804.2599999999948;822.0099999999993;1158.4050000000025;809.6849999999977;922.9850000000006;837.7299999999959;854.1950000000006;900.8899999999994;814.5950000000012;863.2050000000017;850.3199999999924;801.0650000000005;815.6500000000015;829.364999999998;851.0900000000038;821.9799999999959;838.9949999999999;820.0900000000001;999.2700000000041;793.5199999999968;826.6999999999971
| |
| 67;EmberJS-Debug-TodoMVC/DeletingItems/Async;8.329999999999927;7.240000000001601;18.540000000000873;9.509999999994761;9.77499999999418;16.68499999999949;15.830000000001746;21.985000000000582;14.779999999998836;9.714999999996508;10.454999999999927;7.049999999999272;16.515000000006694;24.239999999997963;9.764999999999418;8.534999999999854;10.385000000002037;8.904999999998836;7.25;18.705000000001746;10.969999999999345;10.095000000001164;176.27500000000146;10.779999999998836;19.97500000000582
| |
| 68;EmberJS-Debug-TodoMVC/DeletingItems;804.8400000000001;889.1200000000026;857.9850000000006;848.2999999999956;814.0349999999889;838.6949999999988;1174.2350000000042;831.6699999999983;937.7649999999994;847.4449999999924;864.6500000000005;907.9399999999987;831.1100000000079;887.4449999999997;860.0849999999919;809.6000000000004;826.0350000000035;838.2699999999968;858.3400000000038;840.6849999999977;849.9649999999992;830.1850000000013;1175.5450000000055;804.2999999999956;846.6750000000029
| |
| 69;EmberJS-Debug-TodoMVC;2952.8049999999994;3094.420000000002;2886.649999999994;3263.529999999999;2995.5399999999936;2850.1899999999996;3284.600000000006;3049.014999999992;3015.4349999999977;3292.7399999999907;2970.1950000000006;3340.7649999999994;2886.9400000000096;2999.760000000002;3316.8999999999796;2864.545;3140.2250000000095;3440.7550000000047;3383.239999999998;2907.529999999999;2943.1549999999997;3149.850000000002;3224.4000000000015;2854.6399999999994;3050.7400000000052
| |
| 70;BackboneJS-TodoMVC/Adding100Items/Sync;178.04500000000007;175.88999999999942;185.27500000000146;183.20500000000175;172.60999999998603;177.9300000000003;190.15000000000146;193.98500000000058;174.48500000000058;186.7850000000035;190.6900000000005;189.8199999999997;181.61499999999796;184.1600000000035;175.14999999999418;184.60499999999956;190.16500000000087;185.9300000000003;187.65000000000146;195.61500000000524;180.80499999999847;186.12999999999738;186.80999999999767;184.83499999999913;183.89000000001397
| |
| 71;BackboneJS-TodoMVC/Adding100Items/Async;33.94000000000051;35.13999999999942;35.520000000004075;27.264999999999418;34.729999999995925;25.155000000000655;30.99500000000262;28.44499999999971;40.720000000001164;44.03500000000349;29.139999999999418;36.909999999999854;23.715000000003783;37.43499999999767;42.38999999999942;29.44499999999971;45.95999999999913;39.51000000000204;38.145000000004075;31.460000000006403;25.840000000000146;37.345000000001164;31.81999999999971;24.139999999999418;35.544999999998254
| |
| 72;BackboneJS-TodoMVC/Adding100Items;211.98500000000058;211.02999999999884;220.79500000000553;210.47000000000116;207.33999999998196;203.08500000000095;221.14500000000407;222.4300000000003;215.20500000000175;230.82000000000698;219.82999999999993;226.72999999999956;205.33000000000175;221.59500000000116;217.5399999999936;214.04999999999927;236.125;225.44000000000233;225.79500000000553;227.07500000001164;206.64499999999862;223.47499999999854;218.62999999999738;208.97499999999854;219.43500000001222
| |
| 73;BackboneJS-TodoMVC/CompletingAllItems/Sync;78.02499999999964;77.74499999999898;79.38500000000204;80.9800000000032;77.71500000001106;73.79500000000007;78.48500000000058;83.44999999999709;78.04999999999563;78.29499999999825;80.26500000000124;83.8650000000016;75.65999999999622;79.08000000000175;76.41999999999825;76.4950000000008;81.92499999999927;92.11000000000058;82.89999999999418;80.04499999999825;82.36499999999978;83.08499999999913;75.66000000000349;74.625;80.64500000000407
| |
| 74;BackboneJS-TodoMVC/CompletingAllItems/Async;22.94499999999971;51.60499999999956;59.74000000000524;43.06000000000495;45.23999999999069;29.829999999999927;32.17000000000189;26.69999999999709;49.099999999998545;48.94999999999709;24.219999999999345;40.69499999999971;141.06500000000233;20.9800000000032;47.43499999999767;32.6150000000016;51.91500000000087;31.005000000004657;29.375;33.85000000000582;28.93000000000029;33.27000000000044;23.090000000003783;38.04000000000087;36.25
| |
| 75;BackboneJS-TodoMVC/CompletingAllItems;100.96999999999935;129.34999999999854;139.12500000000728;124.04000000000815;122.95500000000175;103.625;110.65500000000247;110.14999999999418;127.14999999999418;127.24499999999534;104.48500000000058;124.56000000000131;216.72499999999854;100.06000000000495;123.85499999999593;109.1100000000024;133.84000000000015;123.11500000000524;112.27499999999418;113.89500000000407;111.29500000000007;116.35499999999956;98.75000000000728;112.66500000000087;116.89500000000407
| |
| 76;BackboneJS-TodoMVC/DeletingAllItems/Sync;80.18000000000029;79.99500000000262;90.93499999999767;88.20500000000175;87.04499999999825;77.03999999999905;79.93000000000029;91.87000000000262;86.34500000000116;86.5399999999936;92.58500000000095;93.15999999999985;79.00500000000466;85.45999999999913;78.54999999998836;83.94000000000051;81.30500000000029;94.04500000000553;84.15499999999884;95.00999999999476;86.03999999999905;86.375;87.94999999999709;90.36499999999796;92.02000000000407
| |
| 77;BackboneJS-TodoMVC/DeletingAllItems/Async;11.604999999999563;11.270000000000437;12.105000000003201;19.189999999995052;26.95999999999185;15.539999999999054;10.014999999999418;13.319999999999709;37.6449999999968;27.870000000009895;8.25;35.42000000000189;31.68000000000029;10.42000000000553;28.11500000000524;17.485000000000582;7.31000000000131;32.56999999999971;9.349999999998545;8.839999999996508;12.854999999999563;13.489999999997963;11.235000000000582;34.31999999999971;10.94999999999709
| |
| 78;BackboneJS-TodoMVC/DeletingAllItems;91.78499999999985;91.26500000000306;103.04000000000087;107.3949999999968;114.0049999999901;92.57999999999811;89.94499999999971;105.19000000000233;123.98999999999796;114.41000000000349;100.83500000000095;128.58000000000175;110.68500000000495;95.88000000000466;106.6649999999936;101.42500000000109;88.6150000000016;126.61500000000524;93.50499999999738;103.84999999999127;98.89499999999862;99.86499999999796;99.18499999999767;124.68499999999767;102.97000000000116
| |
| 79;BackboneJS-TodoMVC;404.7399999999998;431.64500000000044;462.9600000000137;441.9050000000061;444.2999999999738;399.28999999999905;421.74500000000626;437.7699999999968;466.3449999999939;472.4750000000058;425.15000000000146;479.8700000000026;532.7400000000052;417.53500000001077;448.0599999999831;424.58500000000276;458.58000000000175;475.1700000000128;431.5749999999971;444.820000000007;416.8349999999973;439.69499999999607;416.5650000000023;446.3249999999971;439.30000000001746
| |
| 80;AngularJS-TodoMVC/Adding100Items/Sync;534.8099999999995;542.2049999999981;530.8900000000067;512.1500000000015;552.2149999999965;522.1750000000011;534.4650000000001;548.7200000000012;528.864999999998;521.6599999999889;551.2250000000004;529.6650000000009;633.2699999999968;536.8500000000058;533.0899999999965;545.8649999999998;543.5349999999999;541.6599999999962;542.6800000000003;579.1549999999988;521.4400000000005;556.6999999999971;521.3050000000003;542.9449999999997;535.8399999999965
| |
| 81;AngularJS-TodoMVC/Adding100Items/Async;26.270000000000437;24.110000000000582;25.56999999999971;33.25999999999476;34.43000000000757;26.69000000000051;67.20000000000073;24.025000000001455;72.19000000000233;25.010000000009313;31.30500000000029;32.42500000000291;22.025000000001455;33.61000000000058;25.81500000000233;31.75;24.854999999999563;25.93499999999767;24.529999999998836;25.955000000001746;32.43499999999949;34.585000000002765;33.154999999998836;24.69499999999971;23.85000000000582
| |
| 82;AngularJS-TodoMVC/Adding100Items;561.0799999999999;566.3149999999987;556.4600000000064;545.4099999999962;586.6450000000041;548.8650000000016;601.6650000000009;572.7450000000026;601.0550000000003;546.6699999999983;582.5300000000007;562.0900000000038;655.2949999999983;570.4600000000064;558.9049999999988;577.6149999999998;568.3899999999994;567.5949999999939;567.2099999999991;605.1100000000006;553.875;591.2849999999999;554.4599999999991;567.6399999999994;559.6900000000023
| |
| 83;AngularJS-TodoMVC/CompletingAllItems/Sync;137.70999999999913;129.64500000000044;125.17499999999563;123.04000000000087;136.40000000000873;125.68499999999949;138.84000000000015;128.31499999999505;127.34499999999389;134.2149999999965;126.07500000000073;123.875;130.29499999999825;122.90500000000611;128.7899999999936;133.15500000000065;162.12000000000262;126.34000000000378;127.30000000000291;126.90499999999884;123.61000000000058;130.1349999999984;124.62000000000262;129.3050000000003;135.80499999999302
| |
| 84;AngularJS-TodoMVC/CompletingAllItems/Async;29.600000000000364;17.400000000001455;15.165000000000873;26.075000000004366;18.654999999998836;19.395000000000437;80.04000000000087;28.639999999999418;184.66500000000087;15.104999999995925;16.974999999998545;21.104999999999563;37.30000000000291;27.75499999999738;15.955000000001746;17.655000000000655;21.125;19.79500000000553;21.015000000006694;16.68499999999767;32.51500000000124;29.49499999999898;17.904999999998836;19.845000000001164;21.839999999996508
| |
| 85;AngularJS-TodoMVC/CompletingAllItems;167.3099999999995;147.0450000000019;140.3399999999965;149.11500000000524;155.05500000000757;145.07999999999993;218.88000000000102;156.95499999999447;312.00999999999476;149.31999999999243;143.04999999999927;144.97999999999956;167.59500000000116;150.6600000000035;144.74499999999534;150.8100000000013;183.24500000000262;146.1350000000093;148.3150000000096;143.5899999999965;156.12500000000182;159.62999999999738;142.52500000000146;149.15000000000146;157.64499999998952
| |
| 86;AngularJS-TodoMVC/DeletingAllItems/Sync;296.66999999999825;300.005000000001;301.68999999999505;311.7450000000026;432.0249999999942;296.8099999999995;302.66999999999825;321.77999999999884;324.04499999999825;310.36500000000524;307.0849999999991;306.28499999999985;422.8050000000003;300.15000000000146;442.3099999999977;517.5999999999985;324.90499999999884;309.09999999999854;309.02999999999884;300.36500000000524;360.6700000000001;313.7549999999974;306.8349999999991;418.5650000000023;318.1750000000029
| |
| 87;AngularJS-TodoMVC/DeletingAllItems/Async;37.100000000000364;15.204999999998108;15.384999999994761;22.544999999998254;16.354999999995925;19.390000000001237;44.340000000000146;12.92500000000291;23.525000000001455;16.220000000001164;17.954999999999927;12.794999999998254;17.290000000000873;23.50499999999738;20.405000000013388;17.74499999999898;13.965000000000146;20.31999999999971;17.039999999993597;23.955000000001746;17.079999999999927;28.770000000000437;23.06500000000233;15.509999999994761;15.360000000000582
| |
| 88;AngularJS-TodoMVC/DeletingAllItems;333.7699999999986;315.2099999999991;317.0749999999898;334.2900000000009;448.3799999999901;316.2000000000007;347.0099999999984;334.70500000000175;347.5699999999997;326.5850000000064;325.03999999999905;319.0799999999981;440.09500000000116;323.65499999999884;462.71500000001106;535.3449999999975;338.869999999999;329.41999999999825;326.06999999999243;324.320000000007;377.75;342.5249999999978;329.90000000000146;434.0749999999971;333.5350000000035
| |
| 89;AngularJS-TodoMVC;1062.159999999998;1028.5699999999997;1013.8749999999927;1028.8150000000023;1190.0800000000017;1010.1450000000023;1167.5550000000003;1064.4049999999988;1260.6349999999948;1022.5749999999971;1050.619999999999;1026.1500000000015;1262.9850000000006;1044.7750000000087;1166.3650000000052;1263.7699999999986;1090.505000000001;1043.1500000000015;1041.5950000000012;1073.020000000004;1087.7500000000018;1093.439999999995;1026.885000000002;1150.864999999998;1050.8699999999953
| |
| 90;Angular2-TypeScript-TodoMVC/Adding100Items/Sync;151.8700000000008;165.75500000000102;167.17499999999563;156.56500000000233;166.3649999999907;177.4499999999989;159.91499999999724;168.3249999999971;155.2850000000035;161.69499999999243;157.34500000000116;156;170.5699999999997;159.18999999999505;162.8350000000064;178.82999999999993;165.00499999999738;173.05999999999767;166.6999999999971;171.56500000000233;156.51999999999862;152.53499999999985;156.3550000000032;167.18999999999505;162.31000000001222
| |
| 91;Angular2-TypeScript-TodoMVC/Adding100Items/Async;21.670000000000073;30.794999999998254;15.560000000004948;27.5;26.42500000000291;49.414999999999054;18.985000000000582;27.69499999999971;14.845000000001164;30.464999999996508;18.549999999999272;31.69499999999971;26.955000000001746;18.145000000004075;32.75999999999476;19.350000000000364;25.514999999999418;26.580000000001746;21.56999999999971;19.07499999999709;17.039999999999054;16.25500000000102;15.489999999997963;15.854999999995925;17.90000000000873
| |
| 92;Angular2-TypeScript-TodoMVC/Adding100Items;173.54000000000087;196.54999999999927;182.73500000000058;184.06500000000233;192.7899999999936;226.86499999999796;178.89999999999782;196.0199999999968;170.13000000000466;192.15999999998894;175.89500000000044;187.6949999999997;197.52500000000146;177.33499999999913;195.59500000000116;198.1800000000003;190.5199999999968;199.63999999999942;188.2699999999968;190.63999999999942;173.55999999999767;168.79000000000087;171.84500000000116;183.04499999999098;180.21000000002095
| |
| 93;Angular2-TypeScript-TodoMVC/CompletingAllItems/Sync;24.655000000000655;26.37000000000262;26.215000000003783;24.525000000001455;25.730000000010477;24.19999999999891;25.665000000000873;25.654999999998836;25.139999999999418;27;27.145000000000437;30.360000000000582;26.20499999999447;29.24000000000524;28.27499999999418;26.045000000000073;27.00499999999738;26.205000000001746;25.409999999996217;26.82499999999709;24.9950000000008;25.18500000000131;25.094999999993888;26.334999999999127;26.739999999990687
| |
| 94;Angular2-TypeScript-TodoMVC/CompletingAllItems/Async;14.154999999998836;22.1150000000016;15.710000000006403;9.665000000000873;15.805000000007567;21.82499999999891;14.25499999999738;9.875;18.87000000000262;19.644999999989523;16.420000000000073;9.2400000000016;11.209999999999127;24.24000000000524;13.77499999999418;23.86499999999978;24.169999999998254;18.32499999999709;24.56999999999971;19.154999999998836;18.485000000000582;19.010000000002037;19.794999999998254;28.970000000001164;14.85000000000582
| |
| 95;Angular2-TypeScript-TodoMVC/CompletingAllItems;38.80999999999949;48.48500000000422;41.925000000010186;34.19000000000233;41.535000000018044;46.02499999999782;39.919999999998254;35.529999999998836;44.01000000000204;46.64499999998952;43.56500000000051;39.60000000000218;37.4149999999936;53.48000000001048;42.04999999998836;49.909999999999854;51.174999999995634;44.529999999998836;49.979999999995925;45.979999999995925;43.48000000000138;44.19500000000335;44.88999999999214;55.30500000000029;41.58999999999651
| |
| 96;Angular2-TypeScript-TodoMVC/DeletingItems/Sync;62.524999999999636;62.18999999999869;57.23500000000058;51.775000000001455;61.55999999999767;51.585000000000946;60.965000000000146;56.98500000000058;55.200000000004366;63.029999999998836;55.98999999999978;54.030000000002474;68.03500000000349;54.26499999999942;55.20999999999185;62.225000000000364;64.97999999999956;55.41000000000349;63.70999999999913;60.50500000000466;56.469999999999345;61.86999999999898;59.18000000000029;55.23999999999796;55.00500000000466
| |
| 97;Angular2-TypeScript-TodoMVC/DeletingItems/Async;20.05999999999949;20.399999999997817;9.549999999995634;7.2849999999962165;19.910000000003492;10.739999999999782;8.825000000000728;10.780000000006112;8.434999999997672;9.539999999993597;6.8399999999983265;20.95499999999811;19.229999999995925;7.059999999997672;16.729999999995925;10.56500000000051;20.49499999999898;37.36499999999796;13.785000000003492;10.460000000006403;10.715000000000146;9.3849999999984;9.380000000004657;6.169999999998254;6.8549999999959255
| |
| 98;Angular2-TypeScript-TodoMVC/DeletingItems;82.58499999999913;82.58999999999651;66.78499999999622;59.05999999999767;81.47000000000116;62.32500000000073;69.79000000000087;67.7650000000067;63.63500000000204;72.56999999999243;62.82999999999811;74.98500000000058;87.26499999999942;61.32499999999709;71.93999999998778;72.79000000000087;85.47499999999854;92.77500000000146;77.49500000000262;70.96500000001106;67.18499999999949;71.25499999999738;68.56000000000495;61.40999999999622;61.86000000000058
| |
| 99;Angular2-TypeScript-TodoMVC;294.9349999999995;327.625;291.445000000007;277.3150000000023;315.7950000000128;335.2149999999965;288.60999999999694;299.3150000000023;277.77500000000873;311.3749999999709;282.28999999999905;302.2800000000025;322.20499999999447;292.1400000000067;309.5849999999773;320.880000000001;327.169999999991;336.9449999999997;315.74499999999534;307.5850000000064;284.22499999999854;284.2400000000016;285.29499999999825;299.7599999999875;283.66000000001804
| |
| 100;VueJS-TodoMVC/Adding100Items/Sync;21.265000000001237;24.090000000000146;21.3949999999968;22.220000000001164;21.464999999996508;20.780000000000655;25.360000000000582;22.43000000000029;21.150000000001455;22.260000000009313;21.715000000000146;22.93499999999767;22.455000000001746;21.255000000004657;24.639999999999418;21.19499999999971;21.6349999999984;20.904999999998836;21.30999999999767;21.86500000000524;21.204999999999927;21.600000000002183;22.474999999998545;22.709999999999127;22.94999999999709
| |
| 101;VueJS-TodoMVC/Adding100Items/Async;98.95000000000073;100.3650000000016;91.74500000000262;102.06999999999971;95.78500000000349;117.88500000000022;111.46500000000015;105.63999999999942;104.54999999999563;98.93499999999767;105.22500000000036;107.55999999999767;123.34000000000378;94.50499999999738;114.52000000000407;94.4950000000008;112.09500000000116;134.85499999999593;104.92500000000291;95.13000000000466;95.39499999999862;91.72000000000116;95.15499999999884;104.37999999999738;105.38999999999942
| |
| 102;VueJS-TodoMVC/Adding100Items;120.21500000000196;124.45500000000175;113.13999999999942;124.29000000000087;117.25;138.66500000000087;136.82500000000073;128.0699999999997;125.69999999999709;121.19500000000698;126.94000000000051;130.49499999999534;145.79500000000553;115.76000000000204;139.1600000000035;115.69000000000051;133.72999999999956;155.75999999999476;126.23500000000058;116.9950000000099;116.59999999999854;113.32000000000335;117.62999999999738;127.08999999999651;128.3399999999965
| |
| 103;VueJS-TodoMVC/CompletingAllItems/Sync;7.700000000000728;7.920000000001892;8.084999999999127;7.904999999998836;7.875;7.770000000000437;8.470000000001164;8.239999999997963;9.080000000001746;9.32499999999709;8.199999999998909;11.145000000000437;8.694999999999709;8.05000000000291;7.955000000001746;8.284999999999854;8.755000000001019;13.940000000002328;7.915000000000873;7.724999999991269;8.764999999999418;7.67500000000291;8.230000000003201;9.794999999998254;7.975000000005821
| |
| 104;VueJS-TodoMVC/CompletingAllItems/Async;76.39500000000044;76.3849999999984;77.89500000000407;74.52999999999884;80.47000000000116;70.84499999999935;83.55500000000029;82.67999999999302;70.48500000000058;89.43000000000757;87.96999999999935;65.97999999999956;69.34500000000116;76.38999999999942;73.79499999999825;77.125;78.13999999999942;70.52500000000146;109.8949999999968;74.17999999999302;90.55999999999949;73.16500000000087;87.32499999999709;74.79499999999825;101.33999999999651
| |
| 105;VueJS-TodoMVC/CompletingAllItems;84.09500000000116;84.30500000000029;85.9800000000032;82.43499999999767;88.34500000000116;78.61499999999978;92.02500000000146;90.91999999999098;79.56500000000233;98.75500000000466;96.16999999999825;77.125;78.04000000000087;84.44000000000233;81.75;85.40999999999985;86.89500000000044;84.46500000000378;117.80999999999767;81.90499999998428;99.32499999999891;80.84000000000378;95.55500000000029;84.58999999999651;109.31500000000233
| |
| 106;VueJS-TodoMVC/DeletingAllItems/Sync;11.359999999998763;17.534999999999854;14.515000000006694;18.864999999997963;12.355000000010477;15.965000000000146;23.279999999998836;12.25;12.775000000001455;10.629999999990105;12.2549999999992;12.534999999999854;10.784999999996217;12.784999999996217;18.69000000000233;10.43499999999949;11.56499999999869;10.569999999999709;11.060000000004948;10.200000000011642;17.375;13.044999999998254;11.74500000000262;14.735000000000582;10.460000000006403
| |
| 107;VueJS-TodoMVC/DeletingAllItems/Async;22.30999999999949;22.849999999998545;22.139999999999418;22.93000000000029;21.92499999998836;23.644999999998618;27.610000000000582;22.839999999996508;36.18499999999767;23.47499999999127;24.05500000000029;40.654999999998836;27.025000000001455;24.885000000002037;34.23500000000058;24.8799999999992;30.8849999999984;22.290000000000873;27.104999999995925;26.569999999992433;27.834999999999127;21.599999999998545;26.375;23.875;22.519999999989523
| |
| 108;VueJS-TodoMVC/DeletingAllItems;33.669999999998254;40.3849999999984;36.65500000000611;41.794999999998254;34.279999999998836;39.60999999999876;50.88999999999942;35.08999999999651;48.95999999999913;34.10499999998137;36.30999999999949;53.18999999999869;37.80999999999767;37.669999999998254;52.92500000000291;35.31499999999869;42.44999999999709;32.86000000000058;38.16500000000087;36.770000000004075;45.20999999999913;34.6449999999968;38.12000000000262;38.61000000000058;32.979999999995925
| |
| 109;VueJS-TodoMVC;237.98000000000138;249.14500000000044;235.77500000000873;248.5199999999968;239.875;256.8899999999994;279.7400000000016;254.0799999999872;254.22499999999854;254.05499999999302;259.41999999999825;260.80999999999403;261.6450000000041;237.87000000000262;273.8350000000064;236.41499999999905;263.0749999999971;273.0849999999991;282.2099999999991;235.66999999999825;261.1349999999966;228.80500000000393;251.3050000000003;250.2899999999936;270.63499999999476
| |
| 110;jQuery-TodoMVC/Adding100Items/Sync;364.2950000000001;372.13500000000204;326.41999999999825;343.97499999999854;346.06999999999243;349.35000000000036;343.2400000000016;347.3249999999971;343.7099999999991;337.55500000000757;401.91499999999905;339.9850000000006;330.63499999999476;344.8249999999971;339.3099999999977;338.9499999999989;355.02000000000044;356.1800000000003;346.34999999999854;500.0850000000064;334.15999999999985;368.5849999999991;336.5650000000023;338.5900000000038;462.3350000000064
| |
| 111;jQuery-TodoMVC/Adding100Items/Async;25.354999999999563;19.159999999999854;52.104999999995925;18.764999999999418;28.97500000000582;35.68000000000029;29.465000000000146;24.200000000004366;28.640000000006694;35.81500000000233;21.625;18.149999999997817;18.05000000000291;26.084999999999127;26.889999999999418;48;23.020000000000437;18.464999999996508;28.340000000003783;19.07499999999709;37.23499999999876;18.915000000000873;45.6449999999968;21.335000000006403;19.710000000006403
| |
| 112;jQuery-TodoMVC/Adding100Items;389.64999999999964;391.2950000000019;378.5249999999942;362.73999999999796;375.04499999999825;385.03000000000065;372.70500000000175;371.52500000000146;372.3500000000058;373.3700000000099;423.53999999999905;358.1349999999984;348.6849999999977;370.9099999999962;366.1999999999971;386.9499999999989;378.0400000000009;374.6449999999968;374.6900000000023;519.1600000000035;371.3949999999986;387.5;382.2099999999991;359.9250000000102;482.0450000000128
| |
| 113;jQuery-TodoMVC/CompletingAllItems/Sync;656.9349999999995;604.6800000000003;593.7649999999994;597.5199999999968;621.6349999999948;606.6700000000001;601.1849999999977;600.9549999999945;617.3400000000038;606.3999999999942;579.9499999999989;576.2250000000022;583.4550000000017;590.2900000000009;653.4099999999889;830.505000000001;640.1500000000015;598.9599999999991;602.9200000000055;594.8450000000012;848.0150000000012;586.7950000000019;609.2299999999959;620.6150000000052;585.179999999993
| |
| 114;jQuery-TodoMVC/CompletingAllItems/Async;23.94499999999971;31.025000000001455;76.33999999999651;20.334999999999127;19.030000000013388;32.43000000000029;34.18999999999869;22.80000000000291;28.0199999999968;36.4600000000064;19.225000000000364;18.49499999999898;18.195000000006985;32.73500000000058;18.419999999998254;18.405000000000655;17.919999999998254;27.974999999998545;56.395000000004075;18.630000000004657;26.270000000000437;19.474999999998545;70.51499999999942;21.81999999999971;17.55000000000291
| |
| 115;jQuery-TodoMVC/CompletingAllItems;680.8799999999992;635.7050000000017;670.1049999999959;617.8549999999959;640.6650000000081;639.1000000000004;635.3749999999964;623.7549999999974;645.3600000000006;642.8600000000006;599.1749999999993;594.7200000000012;601.6500000000087;623.0250000000015;671.8299999999872;848.9100000000017;658.0699999999997;626.9349999999977;659.3150000000096;613.4750000000058;874.2850000000017;606.2700000000004;679.7449999999953;642.435000000005;602.7299999999959
| |
| 116;jQuery-TodoMVC/DeletingAllItems/Sync;301.5;298.84999999999854;298.86999999999534;306.2150000000038;366.2350000000006;317.85499999999956;339.4350000000013;305.125;326.0599999999977;317.9600000000064;296.65999999999985;299.02999999999884;299.00999999999476;351.54500000000553;327.0199999999895;299.0400000000009;300.0750000000007;311.8700000000026;353.4599999999991;318;407.8850000000002;296.5599999999977;319.70499999999447;381.875;307.4349999999977
| |
| 117;jQuery-TodoMVC/DeletingAllItems/Async;8.530000000000655;10.094999999997526;56.26000000000204;8.590000000003783;12.694999999992433;5.755000000001019;10.030000000002474;7.915000000000873;5.889999999999418;16.430000000007567;7.7849999999998545;6.005000000001019;9.404999999998836;17.755000000004657;10.75;6.3700000000008;10.375;15.770000000004075;6.629999999997381;6.44999999999709;11.139999999999418;13.659999999999854;57.419999999998254;6.099999999998545;10.599999999991269
| |
| 118;jQuery-TodoMVC/DeletingAllItems;310.03000000000065;308.94499999999607;355.1299999999974;314.80500000000757;378.929999999993;323.6100000000006;349.4650000000038;313.0400000000009;331.9499999999971;334.39000000001397;304.4449999999997;305.03499999999985;308.4149999999936;369.3000000000102;337.7699999999895;305.4100000000017;310.4500000000007;327.6400000000067;360.0899999999965;324.4499999999971;419.02499999999964;310.2199999999975;377.1249999999927;387.97499999999854;318.03499999998894
| |
| 119;jQuery-TodoMVC;1380.5599999999995;1335.9449999999997;1403.7599999999875;1295.4000000000015;1394.6399999999994;1347.7400000000016;1357.545000000002;1308.3199999999997;1349.6600000000035;1350.6200000000244;1327.159999999998;1257.8899999999994;1258.75;1363.2350000000079;1375.7999999999738;1541.2700000000023;1346.5600000000013;1329.2200000000012;1394.0950000000084;1457.0850000000064;1664.705;1303.989999999998;1439.0799999999872;1390.3350000000137;1402.8099999999977
| |
| 120;Preact-TodoMVC/Adding100Items/Sync;15.204999999999927;24.610000000000582;24.43000000000029;22.330000000001746;26.70999999999185;15.7549999999992;24.389999999999418;20.215000000003783;23.49000000000524;15.22500000000582;14.985000000000582;15.555000000000291;18.325000000004366;25.8949999999968;14.770000000004075;15.525000000001455;21.465000000000146;15.970000000001164;18.94000000000233;16.019999999989523;15.725000000000364;25.885000000002037;14.945000000006985;14.875;24.110000000000582
| |
| 121;Preact-TodoMVC/Adding100Items/Async;58.0049999999992;58.48999999999796;108.47999999999593;60.31499999999505;62.870000000009895;63.85499999999956;57.7599999999984;63.88500000000204;81.09999999999854;63.2899999999936;62.034999999999854;73.15000000000146;77.92500000000291;60.73500000000058;58.53499999998894;58.33499999999913;64.88500000000204;68.36000000000058;61.92000000000553;76.46499999999651;88.75;63.775000000001455;111.65000000000146;71.19499999999971;88.68499999999767
| |
| 122;Preact-TodoMVC/Adding100Items;73.20999999999913;83.09999999999854;132.90999999999622;82.6449999999968;89.58000000000175;79.60999999999876;82.14999999999782;84.10000000000582;104.59000000000378;78.51499999999942;77.02000000000044;88.70500000000175;96.25000000000728;86.62999999999738;73.30499999999302;73.86000000000058;86.35000000000218;84.33000000000175;80.86000000000786;92.48499999998603;104.47500000000036;89.66000000000349;126.59500000000844;86.06999999999971;112.79499999999825
| |
| 123;Preact-TodoMVC/CompletingAllItems/Sync;9.610000000000582;9.340000000000146;9.404999999998836;11.009999999994761;10.214999999996508;11.520000000000437;10.18999999999869;9.444999999999709;10.395000000004075;10.845000000001164;10.354999999999563;10.075000000000728;10.494999999995343;10.235000000000582;9.375;10.18999999999869;9.950000000000728;9.764999999999418;9.989999999997963;9.940000000002328;12.574999999998909;9.354999999999563;9.480000000003201;11.569999999999709;12.665000000008149
| |
| 124;Preact-TodoMVC/CompletingAllItems/Async;35.335000000000946;30.215000000000146;32.42500000000291;43.705000000001746;33.904999999998836;50.94499999999971;42.91500000000087;30.9800000000032;33.31500000000233;35.13499999999476;32.76999999999862;33.340000000000146;30.229999999995925;38.93499999999767;41.625;31.44000000000051;36.75;37.83499999999913;33.17500000000291;27.83499999999185;32.849999999998545;30.600000000002183;28.55999999999767;33.00500000000466;30.19000000000233
| |
| 125;Preact-TodoMVC/CompletingAllItems;44.94500000000153;39.55500000000029;41.830000000001746;54.71499999999651;44.11999999999534;62.465000000000146;53.10499999999956;40.42500000000291;43.7100000000064;45.979999999995925;43.12499999999818;43.41500000000087;40.72499999999127;49.169999999998254;51;41.6299999999992;46.70000000000073;47.599999999998545;43.16500000000087;37.77499999999418;45.42499999999745;39.955000000001746;38.04000000000087;44.575000000004366;42.85500000001048
| |
| 126;Preact-TodoMVC/DeletingItems/Sync;12.155000000000655;6.9099999999998545;6.889999999999418;6.150000000001455;7.319999999992433;14.270000000000437;14.140000000003056;8.020000000004075;7.344999999993888;7.7850000000034925;12.819999999999709;7.31499999999869;7.309999999997672;8.909999999996217;11.135000000009313;6.424999999999272;6.595000000001164;6.290000000000873;12.190000000002328;6.7850000000034925;7.014999999999418;6.229999999999563;6.3950000000040745;10.594999999993888;8.770000000004075
| |
| 127;Preact-TodoMVC/DeletingItems/Async;12.410000000001673;17.700000000000728;67.28000000000611;16.655000000006112;18.470000000001164;17.704999999999927;28.700000000000728;15.00499999999738;16.50499999999738;19.535000000003492;14.350000000000364;15.364999999997963;19.150000000001455;16.205000000001746;11;12.385000000000218;11.770000000000437;12.12000000000262;20.299999999995634;6.809999999997672;6.764999999999418;16.030000000002474;6.440000000002328;11.989999999997963;18.69999999999709
| |
| 128;Preact-TodoMVC/DeletingItems;24.56500000000233;24.610000000000582;74.17000000000553;22.805000000007567;25.789999999993597;31.975000000000364;42.84000000000378;23.025000000001455;23.84999999999127;27.320000000006985;27.170000000000073;22.679999999996653;26.459999999999127;25.114999999997963;22.135000000009313;18.80999999999949;18.3650000000016;18.410000000003492;32.48999999999796;13.595000000001164;13.779999999998836;22.260000000002037;12.835000000006403;22.58499999999185;27.470000000001164
| |
| 129;Preact-TodoMVC;142.72000000000298;147.26499999999942;248.9100000000035;160.16500000000087;159.4899999999907;174.04999999999927;178.09500000000116;147.5500000000102;172.15000000000146;151.81500000000233;147.3149999999987;154.79999999999927;163.43499999999767;160.9149999999936;146.44000000000233;134.29999999999927;151.4150000000045;150.34000000000378;156.5150000000067;143.85499999998137;163.67999999999665;151.87500000000728;177.47000000001572;153.22999999999593;183.1200000000099
| |
| 130;Inferno-TodoMVC/Adding100Items/Sync;126.0099999999984;133.8100000000013;139.45499999999447;128.51000000000204;132.47500000000582;135.21999999999935;144.1349999999984;136.52000000000407;130.47000000000116;137.07000000000698;132.65999999999985;134.09999999999854;133.9449999999997;142.1449999999968;145.49000000000524;142.53499999999985;128.76500000000306;139.93499999999767;138.20999999999913;131.15499999999884;130.96500000000015;127.7300000000032;146.9300000000003;136.5300000000061;132
| |
| 131;Inferno-TodoMVC/Adding100Items/Async;16.965000000000146;34.715000000000146;36.424999999995634;21.299999999995634;18.195000000006985;22.854999999999563;27.040000000000873;39.15999999999622;30.614999999997963;32.354999999995925;33.590000000000146;30.589999999996508;29.345000000001164;21.709999999999127;19.389999999999418;25.73999999999978;17.19499999999971;18.125;34.23999999999796;27.504999999990105;27.75;18.724999999998545;17.3949999999968;17.034999999996217;30.10000000000582
| |
| 132;Inferno-TodoMVC/Adding100Items;142.97499999999854;168.52500000000146;175.8799999999901;149.80999999999767;150.6700000000128;158.0749999999989;171.17499999999927;175.6800000000003;161.08499999999913;169.4250000000029;166.25;164.68999999999505;163.29000000000087;163.85499999999593;164.88000000000466;168.27499999999964;145.96000000000276;158.05999999999767;172.4499999999971;158.65999999998894;158.71500000000015;146.45500000000175;164.3249999999971;153.56500000000233;162.10000000000582
| |
| 133;Inferno-TodoMVC/CompletingAllItems/Sync;144.375;160.22000000000116;173.22000000000116;152.77999999999884;156.7100000000064;154.8150000000005;129.1899999999987;154.75;130.63500000000204;152.72000000000116;130.91500000000087;149.90499999999884;156.22499999999854;162.76000000000204;145.4649999999965;129.0650000000005;157.0649999999987;154.5699999999997;156.8050000000003;151.60499999999593;129.4449999999997;146.60999999999694;120.52500000000146;159.7699999999968;147.44000000000233
| |
| 134;Inferno-TodoMVC/CompletingAllItems/Async;24.460000000000946;42.05500000000029;35.12000000000262;129.40499999999884;17.910000000003492;59.75;25.775000000001455;40.45499999999447;19.285000000003492;9.584999999991851;32.30500000000029;31.165000000000873;27.80500000000029;168.125;6.255000000004657;13.364999999999782;12.784999999999854;6.3400000000037835;9.064999999995052;20.414999999993597;13.635000000000218;11.829999999998108;20.935000000004948;23.17500000000291;12.494999999995343
| |
| 135;Inferno-TodoMVC/CompletingAllItems;168.83500000000095;202.27500000000146;208.34000000000378;282.1849999999977;174.6200000000099;214.5650000000005;154.96500000000015;195.20499999999447;149.92000000000553;162.30499999999302;163.22000000000116;181.0699999999997;184.02999999999884;330.88500000000204;151.72000000000116;142.4300000000003;169.84999999999854;160.9100000000035;165.86999999999534;172.01999999998952;143.07999999999993;158.43999999999505;141.4600000000064;182.9449999999997;159.93499999999767
| |
| 136;Inferno-TodoMVC/DeletingItems/Sync;598.1900000000005;566.8400000000001;628.6800000000003;575.2350000000006;556.7149999999965;806.4950000000008;576.1649999999972;602.3050000000003;575.4649999999965;606.6499999999942;790.4950000000008;577.8100000000013;595.8099999999977;599.0749999999971;590.5399999999936;583.6100000000006;564.9550000000017;605.8250000000044;591.7150000000038;586.0399999999936;566.1049999999996;562.375;584.5250000000015;571.695000000007;573.9599999999919
| |
| 137;Inferno-TodoMVC/DeletingItems/Async;38.784999999999854;74.45999999999913;7;43.71499999999651;7.605000000010477;17.295000000000073;10.544999999998254;58.729999999995925;6.365000000005239;35.04000000000815;6.779999999998836;16.770000000000437;21.400000000001455;47.04000000000087;16.105000000010477;7.364999999999782;9.43999999999869;31.81500000000233;10.12999999999738;9.880000000004657;15.295000000000073;36.5;16.459999999999127;37.74499999999534;17.31500000000233
| |
| 138;Inferno-TodoMVC/DeletingItems;636.9750000000004;641.2999999999993;635.6800000000003;618.9499999999971;564.320000000007;823.7900000000009;586.7099999999955;661.0349999999962;581.8300000000017;641.6900000000023;797.2749999999996;594.5800000000017;617.2099999999991;646.114999999998;606.6450000000041;590.9750000000004;574.3950000000004;637.6400000000067;601.8450000000012;595.9199999999983;581.3999999999996;598.875;600.9850000000006;609.4400000000023;591.2749999999942
| |
| 139;Inferno-TodoMVC;948.7849999999999;1012.1000000000022;1019.8999999999942;1050.9449999999924;889.6100000000297;1196.4300000000003;912.8499999999949;1031.919999999991;892.8350000000064;973.4199999999983;1126.7450000000008;940.3399999999965;964.5299999999988;1140.854999999996;923.2450000000099;901.6800000000003;890.2050000000017;956.6100000000079;940.1649999999936;926.5999999999767;883.1949999999997;903.7699999999968;906.7700000000041;945.9500000000044;913.3099999999977
| |
| 140;Elm-TodoMVC/Adding100Items/Sync;305.84000000000015;310.3500000000022;312.47000000000116;317.6200000000026;299.5650000000023;304.28000000000065;323.7350000000006;354.11500000000524;312.3050000000003;322.0749999999971;327.6700000000001;357.6650000000009;314.6949999999997;304.36499999999796;308.27999999999884;319.7000000000007;305.7649999999994;314.4650000000038;322.31499999999505;327.8799999999901;319.6399999999994;300.70500000000175;296.4050000000061;309.54499999999825;318.41999999999825
| |
| 141;Elm-TodoMVC/Adding100Items/Async;20.350000000000364;35.904999999998836;47.724999999998545;51.83499999999913;49.104999999995925;43.92500000000109;31.385000000002037;18.729999999995925;22.214999999996508;29.739999999990687;20.290000000000873;25.534999999999854;22.19999999999709;73;38.21499999999651;18.13500000000022;200.40499999999884;23.43000000000029;23.114999999997963;19.64999999999418;20.51000000000022;46.3650000000016;35.18999999999505;29.510000000002037;21.44000000000233
| |
| 142;Elm-TodoMVC/Adding100Items;326.1900000000005;346.255000000001;360.1949999999997;369.45500000000175;348.66999999999825;348.20500000000175;355.1200000000026;372.84500000000116;334.5199999999968;351.8149999999878;347.96000000000095;383.2000000000007;336.8949999999968;377.36499999999796;346.49499999999534;337.83500000000095;506.16999999999825;337.8950000000041;345.429999999993;347.5299999999843;340.14999999999964;347.07000000000335;331.59500000000116;339.0550000000003;339.8600000000006
| |
| 143;Elm-TodoMVC/CompletingAllItems/Sync;290.65499999999884;304.84999999999854;376.7350000000006;312.4150000000009;309.61500000000524;301.2999999999993;425.2400000000016;469.5400000000009;318.375;316.54499999999825;421.89000000000124;305.83500000000276;297.90499999999884;309.02999999999884;291.0399999999936;314.1650000000009;299.8099999999977;316.5599999999977;299.09500000000116;338.91999999999825;297.6749999999993;305.6850000000013;416.2450000000026;300.70500000000175;311.2749999999942
| |
| 144;Elm-TodoMVC/CompletingAllItems/Async;15.274999999999636;41.62999999999738;27.685000000004948;28.19999999999709;36.92500000000291;17.729999999999563;17.095000000001164;20.964999999996508;26.470000000001164;20.729999999995925;18.639999999999418;17.7599999999984;21.68000000000029;77.58499999999185;63.63499999999476;27.05000000000109;54.43999999999869;19.75499999999738;14.440000000002328;27.61500000000524;23.05000000000109;75.04000000000087;18.715000000003783;25.139999999999418;30.45000000001164
| |
| 145;Elm-TodoMVC/CompletingAllItems;305.9299999999985;346.4799999999959;404.42000000000553;340.61499999999796;346.54000000000815;319.02999999999884;442.33500000000276;490.5049999999974;344.84500000000116;337.2749999999942;440.53000000000065;323.59500000000116;319.5849999999991;386.6149999999907;354.67499999998836;341.21500000000196;354.24999999999636;336.31499999999505;313.5350000000035;366.5350000000035;320.72500000000036;380.7250000000022;434.9600000000064;325.84500000000116;341.7250000000058
| |
| 146;Elm-TodoMVC/DeletingItems/Sync;249.29500000000007;267.8899999999994;264.2450000000026;261.1499999999942;282.54999999998836;267.60499999999956;278.6100000000006;262.0049999999974;268.0149999999994;262.63499999999476;256.97999999999956;280.65000000000146;278.5349999999962;271.31999999999243;254.02499999999418;292.1700000000001;260.4750000000022;278.66999999999825;257.79999999999563;296.9100000000035;266.1399999999994;259.3999999999978;442;264.8350000000064;272.5650000000023
| |
| 147;Elm-TodoMVC/DeletingItems/Async;15.635000000000218;14.850000000002183;16.50499999999738;15.275000000008731;10.84000000001106;8.090000000000146;43.93500000000131;9.20499999999447;12.75;18.56500000000233;9.905000000000655;10.24500000000262;8.930000000000291;231;20.570000000006985;13.965000000000146;49.875;10.839999999996508;8.269999999996799;8.19999999999709;13.699999999998909;60.405000000002474;13.544999999998254;15.009999999994761;10.479999999995925
| |
| 148;Elm-TodoMVC/DeletingItems;264.9300000000003;282.7400000000016;280.75;276.4250000000029;293.3899999999994;275.6949999999997;322.5450000000019;271.20999999999185;280.7649999999994;281.1999999999971;266.8850000000002;290.8950000000041;287.4649999999965;502.31999999999243;274.59500000000116;306.1350000000002;310.3500000000022;289.50999999999476;266.06999999999243;305.1100000000006;279.8399999999983;319.8050000000003;455.54499999999825;279.84500000000116;283.04499999999825
| |
| 149;Elm-TodoMVC;897.0499999999993;975.4749999999985;1045.3650000000052;986.4950000000026;988.6000000000058;942.9300000000003;1120.0000000000073;1134.5599999999904;960.1299999999974;970.289999999979;1055.3750000000018;997.690000000006;943.9449999999924;1266.299999999981;975.7649999999849;985.1850000000031;1170.7699999999968;963.7199999999939;925.0349999999889;1019.1749999999884;940.7149999999983;1047.6000000000058;1222.1000000000058;944.7450000000026;964.6300000000047
| |
| 150;Flight-TodoMVC/Adding100Items/Sync;136.78000000000065;143.5600000000013;134.66999999999825;138.38000000000466;138.74000000000524;135.96500000000015;131.82500000000437;140.47500000000582;132.15000000000873;132.5850000000064;132.70499999999993;133.35499999999956;134.71500000000378;137.02499999999418;136.7850000000035;132.9300000000003;139.55999999999767;131.11499999999796;139.84000000001106;134.65999999998894;136.50500000000102;142.97000000000116;140.9300000000003;132.61999999999534;139.9100000000035
| |
| 151;Flight-TodoMVC/Adding100Items/Async;37.56999999999971;23.700000000000728;20.825000000004366;31.185000000012224;44.86000000000058;21.670000000000073;45.76499999999942;28.32499999999709;32.75;18.80999999999767;26.960000000000946;54.659999999999854;20.80500000000029;32.74000000000524;31.56500000000233;22.735000000000582;20.270000000000437;38.63999999999942;18.235000000000582;22.895000000004075;23.23999999999978;17.80999999999767;38.55000000000291;28.904999999998836;18.414999999993597
| |
| 152;Flight-TodoMVC/Adding100Items;174.35000000000036;167.26000000000204;155.49500000000262;169.56500000001688;183.60000000000582;157.63500000000022;177.59000000000378;168.8000000000029;164.90000000000873;151.39500000000407;159.66500000000087;188.01499999999942;155.52000000000407;169.76499999999942;168.35000000000582;155.66500000000087;159.8299999999981;169.75499999999738;158.07500000001164;157.55499999999302;159.7450000000008;160.77999999999884;179.4800000000032;161.52499999999418;158.3249999999971
| |
| 153;Flight-TodoMVC/CompletingAllItems/Sync;130.51500000000124;135.38000000000102;115.40499999999884;198.59999999999127;150.05499999999302;123.46500000000015;126.97499999999854;125.84000000000378;130.18499999999767;120.81999999999243;119.02499999999964;129.78499999999985;121.94000000000233;119.05000000000291;129.3000000000029;121.40999999999985;119.27999999999884;121.24500000000262;132.65499999999884;128.9499999999971;126.07500000000073;143.8849999999984;124.23500000000058;126.56000000001222;117.94499999999243
| |
| 154;Flight-TodoMVC/CompletingAllItems/Async;19.484999999998763;60.54000000000087;20.715000000003783;34.07499999999709;30.610000000000582;20.11499999999978;25.95499999999447;21.010000000002037;37.58499999999185;25.375;32.32500000000073;54.095000000001164;32.63500000000204;19.40999999998894;29.645000000004075;22.534999999999854;20.20499999999811;48.359999999993306;21.875;26.57500000001164;24.894999999998618;18.040000000000873;47.65999999999622;27.92500000000291;23.369999999995343
| |
| 155;Flight-TodoMVC/CompletingAllItems;150;195.9200000000019;136.12000000000262;232.67499999998836;180.6649999999936;143.57999999999993;152.92999999999302;146.85000000000582;167.76999999998952;146.19499999999243;151.35000000000036;183.88000000000102;154.57500000000437;138.45999999999185;158.94500000000698;143.9449999999997;139.48499999999694;169.60499999999593;154.52999999999884;155.52500000000873;150.96999999999935;161.92499999999927;171.8949999999968;154.48500000001513;141.31499999998778
| |
| 156;Flight-TodoMVC/DeletingItems/Sync;104.86499999999978;120.29000000000087;110.06999999999971;107.19999999999709;101.55000000000291;99.44500000000153;108.51499999999942;106.78500000000349;102.66000000000349;107.36500000000524;105.46500000000015;103.22000000000116;109.83499999999913;100.46999999998661;106.92500000000291;100.94499999999971;98.97000000000116;119.27500000000146;96.86500000000524;105.19499999999243;102.6200000000008;110.17499999999927;109.18999999999505;99.49499999999534;113.125
| |
| 157;Flight-TodoMVC/DeletingItems/Async;11.319999999999709;20.919999999998254;9.834999999999127;16.089999999996508;18.03499999998894;7.440000000000509;9.959999999999127;8.00499999999738;31.070000000006985;7.184999999997672;7.369999999998981;50.099999999998545;10.92500000000291;7.444999999992433;23.264999999999418;12.06500000000051;14.510000000002037;13.180000000000291;8.565000000002328;7.150000000008731;7.4099999999998545;22.349999999998545;18.510000000002037;19.014999999999418;10.134999999994761
| |
| 158;Flight-TodoMVC/DeletingItems;116.18499999999949;141.20999999999913;119.90499999999884;123.2899999999936;119.58499999999185;106.88500000000204;118.47499999999854;114.79000000000087;133.73000000001048;114.55000000000291;112.83499999999913;153.3199999999997;120.76000000000204;107.91499999997905;130.19000000000233;113.01000000000022;113.4800000000032;132.45500000000175;105.43000000000757;112.34500000000116;110.03000000000065;132.52499999999782;127.69999999999709;118.50999999999476;123.25999999999476
| |
| 159;Flight-TodoMVC;440.53499999999985;504.39000000000306;411.5200000000041;525.5299999999988;483.84999999999127;408.1000000000022;448.99499999999534;430.4400000000096;466.40000000000873;412.1399999999994;423.85000000000036;525.2150000000001;430.8550000000105;416.1399999999703;457.48500000001513;412.6200000000008;412.79499999999825;471.81499999999505;418.03500000001804;425.4250000000029;420.7450000000008;455.2299999999959;479.0749999999971;434.5200000000041;422.8999999999796
| |
| </pre> | | </pre> |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == startup_about_home_paint_cached == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#startup-about-home-paint-cached|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | startup_about_home_paint_cached |
| | |
| | {{todo|''add test details''}} |
| | |
| | == startup_about_home_paint_realworld_webextensions == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#startup-about-home-paint-realworld-webextensions|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | startup_about_home_paint_realworld_webextensions |
|
| |
|
| === Stylo gtest microbenchmarks ===
| | * contact: :mconley |
| | * source: [https://hg.mozilla.org/mozilla-central/file/tip/testing/talos/talos/startup_test/startup_about_home_paint/addon/] |
| | * type: Startup, Real-world WebExtensions |
| | * 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) |
|
| |
|
| * contact: :bholley, :SimonSapin
| | {| class="mw-collapsible mw-collapsed wikitable" |
| * source: [https://dxr.mozilla.org/mozilla-central/source/layout/style/test/gtest]
| | ! Example data |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#Microbench Microbench]
| | |- |
| * reporting: intervals in ms (lower is better)
| | | <pre> |
| * data: each test is run and measured 5 times
| | [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] |
| * summarization: take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the 5 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/gtest/mozilla/MozGTestBench.cpp#43-46 source: MozGTestBench.cpp]
| | </pre> |
| | |} |
| | |
| | == stylebench == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#stylebench|date=2021-03-16|section=yes}} |
|
| |
|
| | '''Test Name''' |
|
| |
|
| Servo_StyleSheet_FromUTF8Bytes_Bench parses a sample stylesheet 20 times with Stylo’s CSS parser that is written in Rust. It starts from an in-memory UTF-8 string, so that I/O or UTF-16-to-UTF-8 conversion is not measured.
| | stylebench |
|
| |
|
| Gecko_nsCSSParser_ParseSheet_Bench does the same with Gecko’s previous CSS parser that is written in C++, for comparison.
| | * contact: :emilio |
| | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/stylebench/stylebench.manifest stylebench.manifest] |
| | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| | * measuring: speed of dynamic style recalculation |
| | * reporting: runs/minute score |
|
| |
|
| Servo_DeclarationBlock_SetPropertyById_Bench parses the string "10px" with Stylo’s CSS parser and sets it as the value of a property in a declaration block, a million times. This is similar to animations that are based on JavaScript code modifying Element.style instead of using CSS @keyframes.
| | == tabpaint == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tabpaint|date=2021-03-16|section=yes}} |
|
| |
|
| Servo_DeclarationBlock_SetPropertyById_WithInitialSpace_Bench is the same, but with the string " 10px" with an initial space. That initial space is less typical of JS animations, but is almost always there in stylesheets or full declarations like "width: 10px". This microbenchmark was used to test the effect of some specific code changes. Regressions here may be acceptable if Servo_StyleSheet_FromUTF8Bytes_Bench is not affected.
| | '''Test Name''' |
|
| |
|
| ==== Possible regression causes ====
| | tabpaint |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| === tabpaint ===
| |
| * contact: :mconley | | * contact: :mconley |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/tabpaint tabpaint] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/tabpaint tabpaint] |
Line 861: |
Line 886: |
|
| |
|
| * summarization: | | * summarization: |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 19 data points | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 19 data points |
| ** suite: geometric_mean(subtests) | | ** suite: geometric_mean(subtests) |
|
| |
|
| ==== Possible regression causes ==== | | == tabswitch == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tabswitch|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | tabswitch |
| | |
| | * contact: :mconley |
| | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/tabswitch tabswitch] |
| | * bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1166132 |
| | * type: Pageloader |
| | * measuring: |
| | ** The time between switching a tab and the first paint to the content area |
| | * reporting: |
| | * data: we load 50 web pages 5 times each, resulting in 50 sets of 5 data points. |
| | * '''To run it locally''', you'd need [[#Page_sets|tp5n.zip]]. |
| | * summarization: |
| | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 4 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l305 source: test.py] |
| | ** suite: [[../Data#geometric_mean|geometric mean]] of the 50 subtest results. |
| | |
| | {| class="mw-collapsible mw-collapsed wikitable" |
| | ! Example data |
| | |- |
| | | <pre> |
| | 0;amazon.com/www.amazon.com/Kindle-Wireless-Reader-Wifi-Graphite/dp/B002Y27P3M/507846.html;66.34;54.15;53.08;55.79;49.12 |
| | 1;cgi.ebay.com/cgi.ebay.com/ALL-NEW-KINDLE-3-eBOOK-WIRELESS-READING-DEVICE-W-WIFI-/130496077314@pt=LH_DefaultDomain_0&hash=item1e622c1e02.html;50.85;46.57;39.51;36.71;36.47 |
| | 2;163.com/www.163.com/index.html;95.05;80.80;76.09;69.29;68.96 |
| | 3;mail.ru/mail.ru/index.html;66.21;52.04;56.33;55.11;45.61 |
| | 4;bbc.co.uk/www.bbc.co.uk/news/index.html;35.80;44.59;48.02;45.71;42.58 |
| | 5;store.apple.com/store.apple.com/us@mco=Nzc1MjMwNA.html;52.98;49.45;58.47;56.79;61.29 |
| | 6;imdb.com/www.imdb.com/title/tt1099212/index.html;46.51;55.12;46.22;50.60;47.63 |
| | 7;cnn.com/www.cnn.com/index.html;43.02;50.77;43.88;49.70;50.02 |
| | 8;sohu.com/www.sohu.com/index.html;74.03;62.89;63.30;67.71;89.35 |
| | 9;youku.com/www.youku.com/index.html;43.98;52.69;45.80;63.00;57.02 |
| | 10;ifeng.com/ifeng.com/index.html;88.01;87.54;104.47;94.93;113.91 |
| | 11;tudou.com/www.tudou.com/index.html;45.32;48.10;46.03;39.26;58.38 |
| | 12;chemistry.about.com/chemistry.about.com/index.html;38.24;37.07;39.59;39.48;39.60 |
| | 13;beatonna.livejournal.com/beatonna.livejournal.com/index.html;35.59;50.75;36.17;48.49;52.61 |
| | 14;rakuten.co.jp/www.rakuten.co.jp/index.html;90.28;71.95;62.66;60.33;67.76 |
| | 15;uol.com.br/www.uol.com.br/index.html;42.89;48.05;53.77;40.02;42.41 |
| | 16;thepiratebay.org/thepiratebay.org/top/201.html;40.46;42.46;47.63;57.66;45.49 |
| | 17;page.renren.com/page.renren.com/index.html;47.61;66.78;47.91;62.78;47.19 |
| | 18;chinaz.com/chinaz.com/index.html;50.34;58.17;118.43;55.47;63.80 |
| | 19;globo.com/www.globo.com/index.html;41.34;38.52;42.82;53.14;45.20 |
| | 20;spiegel.de/www.spiegel.de/index.html;33.60;34.34;36.25;36.18;47.04 |
| | 21;dailymotion.com/www.dailymotion.com/us.html;37.68;36.13;39.52;37.15;42.79 |
| | 22;goo.ne.jp/goo.ne.jp/index.html;50.74;47.30;63.04;58.41;58.96 |
| | 23;stackoverflow.com/stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered.html;44.66;44.40;43.39;47.38;57.65 |
| | 24;ezinearticles.com/ezinearticles.com/index.html@Migraine-Ocular---The-Eye-Migraines&id=4684133.html;37.38;45.01;40.29;36.26;39.28 |
| | 25;huffingtonpost.com/www.huffingtonpost.com/index.html;39.57;43.35;55.01;44.13;58.28 |
| | 26;media.photobucket.com/media.photobucket.com/image/funny%20gif/findstuff22/Best%20Images/Funny/funny-gif1.jpg@o=1.html;39.77;42.46;75.54;42.38;47.72 |
| | 27;imgur.com/imgur.com/gallery/index.html;34.72;37.37;46.74;40.93;37.08 |
| | 28;reddit.com/www.reddit.com/index.html;42.47;39.89;51.54;51.51;41.68 |
| | 29;noimpactman.typepad.com/noimpactman.typepad.com/index.html;54.28;47.40;52.38;52.15;50.97 |
| | 30;myspace.com/www.myspace.com/albumart.html;48.97;64.12;61.66;48.32;68.53 |
| | 31;mashable.com/mashable.com/index.html;36.76;40.95;35.30;53.86;42.76 |
| | 32;dailymail.co.uk/www.dailymail.co.uk/ushome/index.html;42.06;40.64;44.24;37.32;61.35 |
| | 33;whois.domaintools.com/whois.domaintools.com/mozilla.com.html;34.73;35.23;39.25;48.24;35.72 |
| | 34;indiatimes.com/www.indiatimes.com/index.html;52.67;55.51;46.29;52.69;58.82 |
| | 35;reuters.com/www.reuters.com/index.html;32.92;33.08;36.95;39.23;39.27 |
| | 36;xinhuanet.com/xinhuanet.com/index.html;125.85;102.56;138.89;130.34;147.45 |
| | 37;56.com/www.56.com/index.html;63.89;75.00;61.45;62.20;58.67 |
| | 38;bild.de/www.bild.de/index.html;35.61;43.74;34.79;33.45;31.83 |
| | 39;guardian.co.uk/www.guardian.co.uk/index.html;38.91;55.93;62.34;42.63;45.99 |
| | 40;naver.com/www.naver.com/index.html;78.10;89.07;127.67;75.18;109.32 |
| | 41;yelp.com/www.yelp.com/biz/alexanders-steakhouse-cupertino.html;42.54;46.92;39.19;49.82;50.43 |
| | 42;wsj.com/online.wsj.com/home-page.html;46.43;55.51;44.16;81.79;48.78 |
| | 43;google.com/www.google.com/search@q=mozilla.html;35.62;36.71;44.47;45.00;40.22 |
| | 44;xunlei.com/xunlei.com/index.html;67.57;60.69;83.83;85.53;85.08 |
| | 45;aljazeera.net/aljazeera.net/portal.html;65.03;51.84;73.29;64.77;69.70 |
| | 46;w3.org/www.w3.org/standards/webdesign/htmlcss.html;53.57;58.50;72.98;66.95;55.62 |
| | 47;homeway.com.cn/www.hexun.com/index.html;105.59;117.32;108.95;116.10;70.32 |
| | 48;youtube.com/www.youtube.com/music.html;40.53;41.48;59.67;40.81;40.07 |
| | 49;people.com.cn/people.com.cn/index.html;96.49;103.64;115.12;66.05;117.84 |
| | </pre> |
| | |} |
| | |
| | == tart == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tart|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | tart |
|
| |
|
| === TART ===
| | * contact: :mconley |
| * contact: :MattN, :mconley, :jmaher, | |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/tart tart] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/tart tart] |
| * type: PageLoader | | * type: PageLoader |
Line 875: |
Line 980: |
| * data: there are 30 reported subtests from TART which we load 25 times, resulting in 30 sets of 25 data points. | | * data: there are 30 reported subtests from TART which we load 25 times, resulting in 30 sets of 25 data points. |
| * summarization: | | * summarization: |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 24 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l305 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 24 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l305 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 30 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 30 subtest results. |
|
| |
|
| TART is the '''Tab Animation Regression Test'''. | | TART is the '''Tab Animation Regression Test'''. |
Line 894: |
Line 999: |
| *** all: average frame interval over all recorded intervals. | | *** all: average frame interval over all recorded intervals. |
| *** And the run logs also include the explicit intervals from which these 3 values were derived. | | *** And the run logs also include the explicit intervals from which these 3 values were derived. |
|
| |
| TART can be used as a stand-alone addon:
| |
| * Set the browser to ASAP mode (preferences layout.frame_rate=0, docshell.event_starvation_delay_hint=1). This makes the browser refresh the screen as fast as possible instead of limiting it to 60hz, thus allows higher resolution measurements. Requires restart to take effect.
| |
| * [https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/talos/talos/generate-tart-xpi.html Install the latest addon xpi], or zip the addon dir of the source code, rename the extension to xpi and install.
| |
| * Visit chrome://tart/content/tart.html
| |
| * Select subtests to run. By default the selected tests are all the TART tests.
| |
|
| |
|
| {| class="mw-collapsible mw-collapsed wikitable" | | {| class="mw-collapsible mw-collapsed wikitable" |
Line 938: |
Line 1,037: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == tart_flex == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tart-flex|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
|
| |
|
| === TestStandardURL ===
| | tart_flex |
|
| |
|
| * contact: :valentin
| | {{todo|''add test details''}} |
| * source:
| |
| * type:
| |
| * reporting:
| |
| * data:
| |
| * summarization:
| |
|
| |
|
| TestStandardURL.Perf - Runs 10K iterations on the most important getters and setters of nsStandardURL
| | == tp5 == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tp5|date=2021-03-16|section=yes}} |
|
| |
|
| TestStandardURL.NormalizePerf - Runs 20K x 5 iterations on nsStandardURL::NormalizeIPv4 on input that are valid IPv4 strings
| | Note that the tp5 test no longer exists (only talos-tp5o) though many tests still make use of this pageset. Here, we provide an overview of the tp5 pageset and some information about how data using the tp5 pageset might be used in various suites. |
|
| |
|
| TestStandardURL.NormalizePerfFails - Runs 20K x 5 iterations on nsStandardURL::NormalizeIPv4 on input that is not valid IPv4
| | '''Test Name''' |
|
| |
|
| ==== Possible regression causes ====
| | tp5o |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| === tp5 ===
| | * contact: :davehunt |
| * contact: :jmaher | | * source: [[#Page_sets|tp5n.zip]] |
| * source: [https://people.mozilla.org/~jmaher/taloszips/zips/tp5n.zip tp5n.zip] | | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | |
| * data: we load each of the 51 tp5o pages 25 times, resulting in 51 sets of 25 data points. | | * data: we load each of the 51 tp5o pages 25 times, resulting in 51 sets of 25 data points. |
| * '''To run it locally''', you'd need [[#tp5n_pages_set|tp5n.zip]]. | | * '''To run it locally''', you'd need [[#Page_sets|tp5n.zip]]. |
| * summarization: | | * summarization: tp5 with limited pageset (48 pages as others have too much noise) |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] '''5''' data points, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 20; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l449 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] '''5''' data points, then take the [[../Data#median|median]] of the remaining 20; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l449 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 51 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 51 subtest results. |
|
| |
|
| {| cellspacing="1" cellpadding="1" border="1"
| | Tests the time it takes Firefox to load the [[#Page_sets|tp5 web page test set]]. The web set was culled from the Alexa top 500 April 8th, 2011 and consists of 100 pages in tp5n and 51 in tp5o. Some suites use a subset of these, i.e. 48/51 tests to reduce noise - check with the owner of the test suite which uses the pageset to check if this difference exists there. |
| |-
| |
| | Talos test name
| |
| | Description
| |
| |-
| |
| |tp5o
| |
| |tp5 with limited pageset (48 pages as others have too much noise)
| |
| |}
| |
| | |
| Tests the time it takes Firefox to load the [https://people.mozilla.org/~jmaher/taloszips/zips/tp5n.zip tp5 web page test set]. The web set was culled from the Alexa top 500 April 8th, 2011 and consists of 51 pages. | |
|
| |
|
| Here are the broad steps we use to create the test set: | | Here are the broad steps we use to create the test set: |
Line 1,049: |
Line 1,136: |
|
| |
|
| ==== File IO ==== | | ==== File IO ==== |
| | |
| | File IO is tested using the tp5 test set in the [[#xperf]] test. |
|
| |
|
| ===== Possible regression causes ===== | | ===== Possible regression causes ===== |
| * '''nonmain_startup_fileio opt (with or without e10s) windows7-32''' – {{bug|1274018}} This test seems to consistently report a higher result for mozilla-central compared to Try even for an identical revision due to extension signing checks. In other words, if you are comparing Try and Mozilla-Central you may see a false-positive regression on perfherder. Graphs: [https://treeherder.mozilla.org/perf.html#/graphs?timerange=604800&series=%5Bmozilla-central,e5f5eaa174ef22fdd6b6e150e8c450aa827c2ff6,1,1%5D&series=%5Btry,e5f5eaa174ef22fdd6b6e150e8c450aa827c2ff6,1,1%5D non-e10s] [https://treeherder.mozilla.org/perf.html#/graphs?series=%5B%22mozilla-central%22,%222f3af3833d55ff371ecf01c41aeee1939ef3a782%22,1,1%5D&series=%5B%22try%22,%222f3af3833d55ff371ecf01c41aeee1939ef3a782%22,1,1%5D&timerange=604800 e10s] | | * '''nonmain_startup_fileio opt (with or without e10s) windows7-32''' – {{bug|1274018}} This test seems to consistently report a higher result for mozilla-central compared to Try even for an identical revision due to extension signing checks. In other words, if you are comparing Try and Mozilla-Central you may see a false-positive regression on perfherder. Graphs: [https://treeherder.mozilla.org/perf.html#/graphs?timerange=604800&series=%5Bmozilla-central,e5f5eaa174ef22fdd6b6e150e8c450aa827c2ff6,1,1%5D&series=%5Btry,e5f5eaa174ef22fdd6b6e150e8c450aa827c2ff6,1,1%5D non-e10s] [https://treeherder.mozilla.org/perf.html#/graphs?series=%5B%22mozilla-central%22,%222f3af3833d55ff371ecf01c41aeee1939ef3a782%22,1,1%5D&series=%5B%22try%22,%222f3af3833d55ff371ecf01c41aeee1939ef3a782%22,1,1%5D&timerange=604800 e10s] |
|
| |
| ==== Private Bytes ====
| |
|
| |
| A memory metric tracked during tp4 test runs. This metric is sampled every 20 seconds.
| |
|
| |
| For windows, a [https://technet.microsoft.com/en-us/library/cc780836%28WS.10%29.aspx description from Microsoft TechNet].
| |
|
| |
| ===== Possible regression causes =====
| |
| * Changing JavaScript GC policies or tuning parameters.
| |
| * If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
| ==== RSS (Resident Set Size)====
| |
|
| |
| A memory metric tracked during tp5 test runs. This metric is sampled every 20 seconds. This metric is collected on linux/mac only.
| |
|
| |
| [https://en.wikipedia.org/wiki/Resident_set_size Description from wikipedia].
| |
|
| |
| ===== Possible regression causes =====
| |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| ==== Xres (X Resource Monitoring) ==== | | ==== Xres (X Resource Monitoring) ==== |
|
| |
| A memory metric tracked during tp5 test runs. This metric is sampled every 20 seconds. This metric is collected on linux only. | | A memory metric tracked during tp5 test runs. This metric is sampled every 20 seconds. This metric is collected on linux only. |
|
| |
|
| [https://linux.die.net/man/3/xres xres man page]. | | [https://linux.die.net/man/3/xres xres man page]. |
|
| |
| ===== Possible regression causes =====
| |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
| ==== Working Set (tp5_memset) ====
| |
|
| |
| A memory metric tracked during tp5 test runs. This metric is sampled every 20 seconds. This metric is collected on windows only. [https://technet.microsoft.com/en-us/library/cc780836%28WS.10%29.aspx Description from Microsoft TechNet].
| |
|
| |
| ===== Possible regression causes =====
| |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
| ==== Modified Page List Bytes ====
| |
|
| |
| A memory metric tracked during tp5 test runs. This metric is sampled every 20 seconds. This metric is collected on Windows7 only. [https://msdn.microsoft.com/en-us/library/aa965225%28VS.85%29.aspx Description from Microsoft MSDN].
| |
|
| |
| ===== Possible regression causes =====
| |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| ==== % CPU ==== | | ==== % CPU ==== |
|
| |
| Cpu usage tracked during tp5 test runs. This metric is sampled every 20 seconds. This metric is collected on windows only. | | Cpu usage tracked during tp5 test runs. This metric is sampled every 20 seconds. This metric is collected on windows only. |
|
| |
| ===== Possible regression causes =====
| |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| ==== Responsiveness ==== | | ==== Responsiveness ==== |
| contact: :jimm, :jmaher | | contact: :jimm, :overholt |
|
| |
|
| Measures the delay for the event loop to process a [[Performance/Snappy#Current Infrastructure|tracer event]]. For more details, see {{bug|631571}}. | | Measures the delay for the event loop to process a [[Performance/Snappy#Current Infrastructure|tracer event]]. For more details, see {{bug|631571}}. |
Line 1,114: |
Line 1,162: |
| </pre> | | </pre> |
|
| |
|
| ===== Possible regression causes ===== | | == tp5o_scroll == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tp5o-scroll|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | tp5o_scroll |
|
| |
|
| === tp5o_scroll ===
| | * contact: :kats |
| * contact: :jmaher | | * source: [[#Page_sets|tp5n.zip]] |
| * source: [https://people.mozilla.org/~jmaher/taloszips/zips/tp5n.zip tp5n.zip] | | * type: [[TestEngineering/Performance/Talos#Page_Load_Tests|PageLoader]] |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | |
| * data: we load each of the 51 tp5o pages 12 times, resulting in 51 sets of 12 data points. | | * data: we load each of the 51 tp5o pages 12 times, resulting in 51 sets of 12 data points. |
| * '''To run it locally''', you'd need [[#tp5n_pages_set|tp5n.zip]]. | | * '''To run it locally''', you'd need [[#Page_sets|tp5n.zip]]. |
| * summarization: | | * summarization: Measures average frames interval while scrolling the pages of the tp5o set |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 11; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l470 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 11; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l470 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 51 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 51 subtest results. |
|
| |
|
| {| cellspacing="1" cellpadding="1" border="1"
| | This test is identical to tscrollx, but it scrolls the 50 pages of the tp5o set (rather than 6 synthetic pages which tscrollx scrolls). There are two variants for each test page. The "regular" variant waits 500ms after the page load event fires, then iterates 100 scroll steps of 10px each (or until the bottom of the page is reached - whichever comes first), then reports the average frame interval. The "CSSOM" variant is similar, but uses APZ's smooth scrolling mechanism to do compositor scrolling instead of main-thread scrolling. So it just requests the final scroll destination and the compositor handles the scrolling and reports frame intervals. |
| |-
| |
| | Talos test name
| |
| | Description
| |
| |-
| |
| |tp5o_scroll
| |
| |Measures average frames interval while scrolling the pages of the tp5o set
| |
| |}
| |
| | |
| This test is identical to tscrollx, but it scrolls the 50 pages of the tp5o set (rather than 6 synthetic pages which tscrollx scrolls). For each page, the test waits 500ms after the page load event fires, then iterates 100 scroll steps of 10px each (or until the bottom of the page is reached - whichever comes first), then reports the average frame interval. | |
|
| |
|
| {| class="mw-collapsible mw-collapsed wikitable" | | {| class="mw-collapsible mw-collapsed wikitable" |
Line 1,196: |
Line 1,238: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ====
| | === Possible regression causes === |
| Some examples of things that cause regressions in this test are: | | Some examples of things that cause regressions in this test are: |
| * Increased displayport size (which causes a larger display list to be built) | | * Increased displayport size (which causes a larger display list to be built) |
| * Slowdown in the building of display list | | * Slowdown in the building of display list |
| * Slowdown in rasterization of content | | * Slowdown in rasterization of content |
| | * Slowdown in composite times |
|
| |
|
| === tp6 === | | == tp5o_webext == |
| * contact: :rwood, :jmaher
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tp5o-webext|date=2021-03-16|section=yes}} |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/quantum_pageload tp6]
| |
| * type: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests#Page_Load_Tests PageLoader]
| |
| * reporting: intervals in ms (lower is better)
| |
| * data: we load each of the tp6 pages 25 times
| |
| * summarization:
| |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first five] data points, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 20; [http://searchfox.org/mozilla-central/rev/8a61c71153a79cda2e1ae7d477564347c607cc5f/testing/talos/talos/test.py#246 source: test.py]
| |
| ** suite: identical to subtest; each tp6_* test is reported individually (they're NOT aggregated)
| |
|
| |
|
| The talos tp6 (also known as 'quantum-pageload') test suite loads various pages and reports their load times. Each test page/URL is reported individually. The result values (ms) is the 'time to first non-blank paint'.
| | '''Test Name''' |
|
| |
|
| Instead of loading the page sets from a local file, a tool called [http://docs.mitmproxy.org/en/latest/introduction.html mitmproxy] is used to playback page archives via an https proxy. When the tp6 suite is run via ./mach talos-test, mozharness automatically downloads and installs the mitmproxy tool and pageset archives.
| | tp5o_webext |
|
| |
|
| The mitmproxy tool is started, the proxy setup in Firefox, and the mitmproxy https security certificate is loaded into Firefox, all automatically. The pagesets are made available for playback via the proxy, at which point each of the tp6 test pages are ready for load and measurement.
| | {{todo|''add test details''}} |
|
| |
|
| The tp6 suite currently consists of these individual pageload tests:
| | == tpaint == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tpaint|date=2021-03-16|section=yes}} |
|
| |
|
| {| cellspacing="1" cellpadding="1" border="1" | | {{warning|This test no longer exists}} |
| |-
| |
| | Talos test name
| |
| | Description
| |
| |-
| |
| | tp6_amazon
| |
| | Measures page load of an amazon search result for the keyword "laptop"
| |
| |-
| |
| | tp6_facebook
| |
| | Measures page load of a facebook timeline (post-login)
| |
| |-
| |
| | tp6_google
| |
| | Measures page load of a google search result for the keywords "barack obama"
| |
| |-
| |
| | tp6_youtube
| |
| | Measures page load of the youtube home page
| |
| |}
| |
| | |
| {| class="mw-collapsible mw-collapsed wikitable"
| |
| ! Example data for tp6_youtube
| |
| |-
| |
| | <pre>
| |
| https://www.youtube.co/;409;441;354;337;326;375;353;650;354;712;667;336;791;497;342;355;611;334;
| |
| 692;320;714;434;582;610;333
| |
| </pre>
| |
| |}
| |
|
| |
|
| ==== Possible regression causes ====
| | * contact: :davidb |
| Some examples of things that cause regressions in this test are:
| | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/startup_test/tpaint.html tpaint-window.html] |
| * Please update this when regressions are found
| |
| | |
| === tpaint ===
| |
| * contact: :jimm, :jmaher | |
| * source: [[https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/startup_test/tpaint.html tpaint-window.html]] | |
| * type: Startup | | * type: Startup |
| * data: we load the tpaint test window 20 times, resulting in 1 set of 20 data points. | | * data: we load the tpaint test window 20 times, resulting in 1 set of 20 data points. |
| * summarization: | | * summarization: |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] '''5''' data points, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 15; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l190 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] '''5''' data points, then take the [[../Data#median|median]] of the remaining 15; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l190 source: test.py] |
| ** suite: identical to subtest | | ** suite: identical to subtest |
|
| |
|
Line 1,266: |
Line 1,273: |
| |- | | |- |
| |tpaint | | |tpaint |
| |twinopen but measuring the time after we receive the [[Buildbot/Talos/Tests#Paint_Tests|MozAfterPaint and OnLoad event]]. | | |twinopen but measuring the time after we receive the [[#Paint|MozAfterPaint and OnLoad event]]. |
| |} | | |} |
|
| |
|
Line 1,279: |
Line 1,286: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ====
| | === Possible regression causes === |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | | * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. |
|
| |
|
| === tps === | | == tresize == |
| * contact: :blassey, :mconley
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tresize|date=2021-03-16|section=yes}} |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/tabswitch tabswitch]
| |
| * bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1166132
| |
| * type: Pageloader
| |
| * measuring:
| |
| ** The time between switching a tab and the first paint to the content area
| |
| * reporting:
| |
| * data: we load 50 web pages 5 times each, resulting in 50 sets of 5 data points.
| |
| * '''To run it locally''', you'd need [[#tp5n_pages_set|tp5n.zip]].
| |
| * summarization:
| |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 4 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l305 source: test.py]
| |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 50 subtest results.
| |
| | |
| {| class="mw-collapsible mw-collapsed wikitable"
| |
| ! Example data
| |
| |-
| |
| | <pre>
| |
| 0;amazon.com/www.amazon.com/Kindle-Wireless-Reader-Wifi-Graphite/dp/B002Y27P3M/507846.html;66.34;54.15;53.08;55.79;49.12
| |
| 1;cgi.ebay.com/cgi.ebay.com/ALL-NEW-KINDLE-3-eBOOK-WIRELESS-READING-DEVICE-W-WIFI-/130496077314@pt=LH_DefaultDomain_0&hash=item1e622c1e02.html;50.85;46.57;39.51;36.71;36.47
| |
| 2;163.com/www.163.com/index.html;95.05;80.80;76.09;69.29;68.96
| |
| 3;mail.ru/mail.ru/index.html;66.21;52.04;56.33;55.11;45.61
| |
| 4;bbc.co.uk/www.bbc.co.uk/news/index.html;35.80;44.59;48.02;45.71;42.58
| |
| 5;store.apple.com/store.apple.com/us@mco=Nzc1MjMwNA.html;52.98;49.45;58.47;56.79;61.29
| |
| 6;imdb.com/www.imdb.com/title/tt1099212/index.html;46.51;55.12;46.22;50.60;47.63
| |
| 7;cnn.com/www.cnn.com/index.html;43.02;50.77;43.88;49.70;50.02
| |
| 8;sohu.com/www.sohu.com/index.html;74.03;62.89;63.30;67.71;89.35
| |
| 9;youku.com/www.youku.com/index.html;43.98;52.69;45.80;63.00;57.02
| |
| 10;ifeng.com/ifeng.com/index.html;88.01;87.54;104.47;94.93;113.91
| |
| 11;tudou.com/www.tudou.com/index.html;45.32;48.10;46.03;39.26;58.38
| |
| 12;chemistry.about.com/chemistry.about.com/index.html;38.24;37.07;39.59;39.48;39.60
| |
| 13;beatonna.livejournal.com/beatonna.livejournal.com/index.html;35.59;50.75;36.17;48.49;52.61
| |
| 14;rakuten.co.jp/www.rakuten.co.jp/index.html;90.28;71.95;62.66;60.33;67.76
| |
| 15;uol.com.br/www.uol.com.br/index.html;42.89;48.05;53.77;40.02;42.41
| |
| 16;thepiratebay.org/thepiratebay.org/top/201.html;40.46;42.46;47.63;57.66;45.49
| |
| 17;page.renren.com/page.renren.com/index.html;47.61;66.78;47.91;62.78;47.19
| |
| 18;chinaz.com/chinaz.com/index.html;50.34;58.17;118.43;55.47;63.80
| |
| 19;globo.com/www.globo.com/index.html;41.34;38.52;42.82;53.14;45.20
| |
| 20;spiegel.de/www.spiegel.de/index.html;33.60;34.34;36.25;36.18;47.04
| |
| 21;dailymotion.com/www.dailymotion.com/us.html;37.68;36.13;39.52;37.15;42.79
| |
| 22;goo.ne.jp/goo.ne.jp/index.html;50.74;47.30;63.04;58.41;58.96
| |
| 23;stackoverflow.com/stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered.html;44.66;44.40;43.39;47.38;57.65
| |
| 24;ezinearticles.com/ezinearticles.com/index.html@Migraine-Ocular---The-Eye-Migraines&id=4684133.html;37.38;45.01;40.29;36.26;39.28
| |
| 25;huffingtonpost.com/www.huffingtonpost.com/index.html;39.57;43.35;55.01;44.13;58.28
| |
| 26;media.photobucket.com/media.photobucket.com/image/funny%20gif/findstuff22/Best%20Images/Funny/funny-gif1.jpg@o=1.html;39.77;42.46;75.54;42.38;47.72
| |
| 27;imgur.com/imgur.com/gallery/index.html;34.72;37.37;46.74;40.93;37.08
| |
| 28;reddit.com/www.reddit.com/index.html;42.47;39.89;51.54;51.51;41.68
| |
| 29;noimpactman.typepad.com/noimpactman.typepad.com/index.html;54.28;47.40;52.38;52.15;50.97
| |
| 30;myspace.com/www.myspace.com/albumart.html;48.97;64.12;61.66;48.32;68.53
| |
| 31;mashable.com/mashable.com/index.html;36.76;40.95;35.30;53.86;42.76
| |
| 32;dailymail.co.uk/www.dailymail.co.uk/ushome/index.html;42.06;40.64;44.24;37.32;61.35
| |
| 33;whois.domaintools.com/whois.domaintools.com/mozilla.com.html;34.73;35.23;39.25;48.24;35.72
| |
| 34;indiatimes.com/www.indiatimes.com/index.html;52.67;55.51;46.29;52.69;58.82
| |
| 35;reuters.com/www.reuters.com/index.html;32.92;33.08;36.95;39.23;39.27
| |
| 36;xinhuanet.com/xinhuanet.com/index.html;125.85;102.56;138.89;130.34;147.45
| |
| 37;56.com/www.56.com/index.html;63.89;75.00;61.45;62.20;58.67
| |
| 38;bild.de/www.bild.de/index.html;35.61;43.74;34.79;33.45;31.83
| |
| 39;guardian.co.uk/www.guardian.co.uk/index.html;38.91;55.93;62.34;42.63;45.99
| |
| 40;naver.com/www.naver.com/index.html;78.10;89.07;127.67;75.18;109.32
| |
| 41;yelp.com/www.yelp.com/biz/alexanders-steakhouse-cupertino.html;42.54;46.92;39.19;49.82;50.43
| |
| 42;wsj.com/online.wsj.com/home-page.html;46.43;55.51;44.16;81.79;48.78
| |
| 43;google.com/www.google.com/search@q=mozilla.html;35.62;36.71;44.47;45.00;40.22
| |
| 44;xunlei.com/xunlei.com/index.html;67.57;60.69;83.83;85.53;85.08
| |
| 45;aljazeera.net/aljazeera.net/portal.html;65.03;51.84;73.29;64.77;69.70
| |
| 46;w3.org/www.w3.org/standards/webdesign/htmlcss.html;53.57;58.50;72.98;66.95;55.62
| |
| 47;homeway.com.cn/www.hexun.com/index.html;105.59;117.32;108.95;116.10;70.32
| |
| 48;youtube.com/www.youtube.com/music.html;40.53;41.48;59.67;40.81;40.07
| |
| 49;people.com.cn/people.com.cn/index.html;96.49;103.64;115.12;66.05;117.84
| |
| </pre>
| |
| |}
| |
| | |
| ==== Possible regression causes ====
| |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| === tresize ===
| | * contact: :jimm |
| * contact: :jimm, :jmaher, :avih | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/startup_test/tresize/addon/content/tresize-test.html tresize-test.html] |
| * source: [[https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/startup_test/tresize/addon/content/tresize-test.html tresize-test.html]] | |
| * type: StartupTest | | * type: StartupTest |
| * measuring: Time to do XUL resize, in ms (lower is better). | | * measuring: Time to do XUL resize, in ms (lower is better). |
| * data: we run the tresize test page 20 times, resulting in 1 set of 20 data points. | | * data: we run the tresize test page 20 times, resulting in 1 set of 20 data points. |
| * summarization: | | * summarization: |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] '''5''' data points, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 15 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l205 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] '''5''' data points, then take the [[../Data#median|median]] of the remaining 15 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l205 source: test.py] |
| ** suite: same as subtest result | | ** suite: same as subtest result |
|
| |
|
Line 1,380: |
Line 1,315: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ====
| | === Possible regression causes === |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | | * slowdown in the paint pipeline |
| | * resizes also trigger a rendering flush so bugs in the flushing code can manifest as regressions |
| | * introduction of more spurious MozAfterPaint events - see {{bug|1471961}} |
| | |
| | == ts_paint == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#ts-paint|date=2021-03-16|section=yes}} |
|
| |
|
| | '''Test Name''' |
|
| |
|
| === ts_paint ===
| | ts_paint |
|
| |
|
| * contact: :mak, :jimm, :jmaher | | * contact: :davidb |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/startup_test/tspaint_test.html tspaint_test.html] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/startup_test/tspaint_test.html tspaint_test.html] |
| * Perfomatic: "Ts, Paint" | | * Perfomatic: "Ts, Paint" |
Line 1,393: |
Line 1,334: |
| * summarization: | | * summarization: |
| ** subtest: identical to suite | | ** subtest: identical to suite |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 19 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l135 source: test.py] | | ** suite: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 19 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l135 source: test.py] |
|
| |
|
| Starts the browser to display tspaint_test.html with the start time in the url, waits for [[Buildbot/Talos/Tests#Paint_Tests|MozAfterPaint and onLoad]] to fire, then records the end time and calculates the time to startup. | | Starts the browser to display tspaint_test.html with the start time in the url, waits for [[#Paint|MozAfterPaint and onLoad]] to fire, then records the end time and calculates the time to startup. |
|
| |
|
| {| class="mw-collapsible mw-collapsed wikitable" | | {| class="mw-collapsible mw-collapsed wikitable" |
Line 1,405: |
Line 1,346: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ====
| | === Possible regression causes === |
| * (and/or maybe tpaint?) will regress if a new <panel> element is added to the browser window (e.g. browser.xul) and it's frame gets created. Fix this by ensuring it's display:none by default. | | * (and/or maybe tpaint?) will regress if a new <panel> element is added to the browser window (e.g. browser.xul) and it's frame gets created. Fix this by ensuring it's display:none by default. |
|
| |
|
| === tscrollx === | | == ts_paint_flex == |
| * contact: :jrmuizel, :jmaher, :avih | | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#ts-paint-flex|date=2021-03-16|section=yes}} |
| * source: [[https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/scroll scroll.manifest]] | | |
| | '''Test Name''' |
| | |
| | ts_paint_flex |
| | |
| | {{todo|''add test details''}} |
| | |
| | == ts_paint_heavy == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#ts-paint-heavy|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | ts_paint_heavy |
| | |
| | [[#ts_paint|ts_paint]] test run against a heavy user profile. |
| | |
| | {{todo|''add test details''}} |
| | |
| | == ts_paint_webext == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#ts-paint-webext|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | ts_paint_webext |
| | |
| | {{todo|''add test details''}} |
| | |
| | == tscrollx == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tscrollx|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | tscrollx |
| | |
| | * contact: :jrmuizel |
| | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/scroll scroll.manifest] |
| * type: PageLoader | | * type: PageLoader |
| * measuring: Scroll performance | | * measuring: Scroll performance |
| * reporting: Average frame interval (1/FPS). Lower is better. | | * reporting: Average frame interval (1 ÷ fps). Lower is better. |
| * data: we load 6 pages 25 times each, collecting 6 sets of 25 data points | | * data: we load 6 pages 25 times each, collecting 6 sets of 25 data points |
| * summarization: | | * summarization: [https://groups.google.com/d/topic/mozilla.dev.platform/RICw5SJhNMo/discussion Replacing tscroll,tsvg with tscrollx,tsvgx] |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] data point, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 24; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l623 source: test.py]
| | ** subtest: [[../Data#ignore_first|ignore first]] data point, then take the [[../Data#median|median]] of the remaining 24; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l623 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 6 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 6 subtest results. |
| | |
| {| cellspacing="1" cellpadding="1" border="1"
| |
| |-
| |
| | Talos test name
| |
| | Description
| |
| |-
| |
| |tscrollx
| |
| |[https://groups.google.com/d/topic/mozilla.dev.platform/RICw5SJhNMo/discussion Replacing tscroll,tsvg with tscrollx,tsvgx]
| |
| |}
| |
| | |
|
| |
|
| This test scrolls several pages where each represent a different known "hard" case to scroll (* needinfo), and measures the average frames interval (1/FPS) on each. The ASAP test (tscrollx) iterates in unlimited frame-rate mode thus reflecting the maximum scroll throughput per page. To turn on ASAP mode, we set these preferences: | | This test scrolls several pages where each represent a different known "hard" case to scroll (* needinfo), and measures the average frames interval (1/FPS) on each. The ASAP test (tscrollx) iterates in unlimited frame-rate mode thus reflecting the maximum scroll throughput per page. To turn on ASAP mode, we set these preferences: |
| preferences = {'layout.frame_rate': 0, 'docshell.event_starvation_delay_hint': 1} | | preferences = {'layout.frame_rate': 0, 'docshell.event_starvation_delay_hint': 1} |
| | |
| | See also the tp5o_scroll entry which has relevant information for this test. |
|
| |
|
| {| class="mw-collapsible mw-collapsed wikitable" | | {| class="mw-collapsible mw-collapsed wikitable" |
Line 1,445: |
Line 1,413: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == tsvg_static == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tsvg-static|date=2021-03-16|section=yes}} |
| === tsvgr_opacity ===
| | |
| * contact: :jwatt | | '''Test Name''' |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/svg_opacity/svg_opacity.manifest] | | |
| | tsvg_static |
| | |
| | * contact: :jwatt, :dholbert, :neerja |
| | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/svg_static/ svg_static] |
| * type: PageLoader | | * type: PageLoader |
| * data: we load the 2 svg opacity pages 25 times, resulting in 2 sets of 25 data points | | * data: we load the 5 svg pages 25 times, resulting in 5 sets of 25 data points |
| * summarization: | | * summarization: An svg-only number that measures SVG rendering performance of some complex (but static) SVG content. |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] '''5''' data points, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 20; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l623 source: test.py] | | ** subtest: [[../Data#ignore_first|ignore first]] '''5''' data points, then take the [[../Data#median|median]] of the remaining 20; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l623 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 2 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 5 subtest results. |
|
| |
|
| {| cellspacing="1" cellpadding="1" border="1" | | {| class="mw-collapsible mw-collapsed wikitable" |
| | ! Example data |
| |- | | |- |
| | Talos test name | | | <pre> |
| | Description
| | 0;gearflowers.svg;262;184;184;198;197;187;181;186;177;192;196;194;194;186;195;190;237;193;188;182;188;196;191;194;184 |
| |-
| | 1;composite-scale.svg;69;52;48;49;57;51;52;87;52;49;49;51;58;53;64;57;49;65;67;58;53;59;56;68;50 |
| |tsvgr_opacity
| | 2;composite-scale-opacity.svg;72;53;91;54;51;58;60;46;51;57;59;58;66;70;57;61;47;51;76;65;52;65;64;64;63 |
| |[[#Row_Major_vs._Column_Major|Row Major]] and 25 cycles/page.
| | 3;composite-scale-rotate.svg;70;76;89;62;62;78;57;77;79;82;74;56;61;79;73;64;75;74;81;82;76;58;77;61;62 |
| | 4;composite-scale-rotate-opacity.svg;91;60;67;84;62;66;78;69;65;68;62;73;68;63;64;71;79;77;63;80;85;65;82;76;81 |
| | </pre> |
| |} | | |} |
| | |
| | == tsvgm == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tsvgm|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | tsvgm |
| | |
| | An svg-only number that measures SVG rendering performance |
| | for dynamic content only. |
| | |
| | {{todo|''add test details''}} |
| | |
| | == tsvgr_opacity == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tsvgr-opacity|date=2021-03-16|section=yes}} |
| | |
| | '''Test Name''' |
| | |
| | tsvgr_opacity |
| | |
| | * contact: :jwatt, :dholbert |
| | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/svg_opacity/svg_opacity.manifest] |
| | * type: PageLoader |
| | * data: we load the 2 svg opacity pages 25 times, resulting in 2 sets of 25 data points |
| | * summarization: [[#Row_Major_vs._Column_Major|Row Major]] and 25 cycles/page. |
| | ** subtest: [[../Data#ignore_first|ignore first]] '''5''' data points, then take the [[../Data#median|median]] of the remaining 20; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l623 source: test.py] |
| | ** suite: [[../Data#geometric_mean|geometric mean]] of the 2 subtest results. |
|
| |
|
| Renders many semi-transparent, partially overlapping SVG rectangles, and measures time to completion of this rendering. | | Renders many semi-transparent, partially overlapping SVG rectangles, and measures time to completion of this rendering. |
Line 1,480: |
Line 1,482: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == tsvgx == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#tsvgx|date=2021-03-16|section=yes}} |
| | |
| === tsvg_static ===
| |
| * contact: :jwatt, :jmaher, :dholbert, :neerja
| |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/svg_static/ svg_static]
| |
| * type: PageLoader
| |
| * data: we load the 5 svg pages 25 times, resulting in 5 sets of 25 data points
| |
| * summarization:
| |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] '''5''' data points, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 20; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l623 source: test.py]
| |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 5 subtest results.
| |
| | |
| {| cellspacing="1" cellpadding="1" border="1"
| |
| |-
| |
| | Talos test name
| |
| | Description
| |
| |-
| |
| |tsvg_static
| |
| |An svg-only number that measures SVG rendering performance of some complex (but static) SVG content.
| |
| |} | |
|
| |
|
| {| class="mw-collapsible mw-collapsed wikitable"
| | '''Test Name''' |
| ! Example data
| |
| |-
| |
| | <pre>
| |
| 0;gearflowers.svg;262;184;184;198;197;187;181;186;177;192;196;194;194;186;195;190;237;193;188;182;188;196;191;194;184
| |
| 1;composite-scale.svg;69;52;48;49;57;51;52;87;52;49;49;51;58;53;64;57;49;65;67;58;53;59;56;68;50
| |
| 2;composite-scale-opacity.svg;72;53;91;54;51;58;60;46;51;57;59;58;66;70;57;61;47;51;76;65;52;65;64;64;63
| |
| 3;composite-scale-rotate.svg;70;76;89;62;62;78;57;77;79;82;74;56;61;79;73;64;75;74;81;82;76;58;77;61;62
| |
| 4;composite-scale-rotate-opacity.svg;91;60;67;84;62;66;78;69;65;68;62;73;68;63;64;71;79;77;63;80;85;65;82;76;81
| |
| </pre>
| |
| |}
| |
|
| |
|
| ==== Possible regression causes ====
| | tsvgx |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| |
|
| |
|
| === tsvgx ===
| | * contact: :jwatt, :dholbert |
| * contact: :jwatt, :jmaher, :avih | |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/svgx svgx] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/svgx svgx] |
| * type: PageLoader | | * type: PageLoader |
| * data: we load the 7 svg pages 25 times, resulting in 7 sets of 25 data points | | * data: we load the 7 svg pages 25 times, resulting in 7 sets of 25 data points |
| * summarization: | | * summarization: [https://groups.google.com/d/topic/mozilla.dev.platform/RICw5SJhNMo/discussion Replacing tscroll,tsvg with tscrollx,tsvgx] |
| ** subtest: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#ignore_first ignore first] '''5''' data points, then take the [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#median median] of the remaining 20; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l623 source: test.py]
| | ** subtest: [[../Data#ignore_first|ignore first]] '''5''' data points, then take the [[../Data#median|median]] of the remaining 20; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l623 source: test.py] |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#geometric_mean geometric mean] of the 7 subtest results. | | ** suite: [[../Data#geometric_mean|geometric mean]] of the 7 subtest results. |
| | |
| {| cellspacing="1" cellpadding="1" border="1"
| |
| |-
| |
| | Talos test name
| |
| | Description
| |
| |-
| |
| |tsvgx
| |
| |SVG-ASAP
| |
| |[https://groups.google.com/d/topic/mozilla.dev.platform/RICw5SJhNMo/discussion Replacing tscroll,tsvg with tscrollx,tsvgx]
| |
| |}
| |
|
| |
|
| An svg-only number that measures SVG rendering performance, with animations or iterations of rendering. This is an ASAP test -- i.e. it iterates in unlimited frame-rate mode thus reflecting the maximum rendering throughput of each test. The reported value is the overall duration the sequence/animation took to complete. To turn on ASAP mode, we set these preferences: | | An svg-only number that measures SVG rendering performance, with animations or iterations of rendering. This is an ASAP test -- i.e. it iterates in unlimited frame-rate mode thus reflecting the maximum rendering throughput of each test. The reported value is the overall duration the sequence/animation took to complete. To turn on ASAP mode, we set these preferences: |
Line 1,552: |
Line 1,514: |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ====
| | === Possible regression causes === |
| * Did you change the dimensions of the content area? Even a little? The tsvgx test seems to be sensitive to changes like this. See {{bug|1375479}}, for example. Usually, these sorts of "regressions" aren't real regressions - they just mean that we need to re-baseline our expectations from the test. | | * Did you change the dimensions of the content area? Even a little? The tsvgx test seems to be sensitive to changes like this. See {{bug|1375479}}, for example. Usually, these sorts of "regressions" aren't real regressions - they just mean that we need to re-baseline our expectations from the test. |
|
| |
|
| === V8, version 7=== | | == twinopen == |
| * contact:
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#twinopen|date=2021-03-16|section=yes}} |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/v8_7 v8.manifest]
| | |
| * type: PageLoader
| | '''Test Name''' |
| * measuring: ???
| |
| * reporting: weighted score (higher is better)
| |
| * data: there are 10 subtests in kraken, each subtest is an internal benchmark and generates a single replicate.
| |
| * summarization:
| |
| ** subtest: For all of the 10 data points, we take filter with [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#v8_subtest v8_subtest] to apply the reference value for the subtest to generate a single number. [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l489 source: test.py]
| |
| ** suite: [https://wiki.mozilla.org/Performance_sheriffing/Talos/Data#v8_metric v8 metric] is basically the geometric mean of the 10 subtests and multiples the output by 100.
| |
|
| |
|
| this is the V8 (version 7) javascript benchmark taken verbatim and slightly modified to fit into our pageloader extension and talos harness.
| | twinopen ext+twinopen:twinopen.html |
|
| |
|
| The previous version of this test is V8 version 5 which was run on selective branches and operating systems.
| | * contact: :bdahl, :jimm |
| | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/twinopen twinopen] |
| | * type: Startup |
| | * data: we open a new browser window 20 times, resulting in 1 set of 20 data points. |
| | * summarization: Time from calling OpenBrowserWindow until the chrome of the new window has [https://developer.mozilla.org/en-US/docs/Web/Events#MozAfterPaint painted]. |
| | ** subtest: [[../Data#ignore_first|ignore first]] '''5''' data points, then take the [[../Data#median|median]] of the remaining 15; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l190 source: test.py] |
| | ** suite: identical to subtest |
| | |
| | Tests the amount of time it takes the open a new window from a currently open browser. This test does not include startup time. Multiple test windows are opened in succession, results reported are the average amount of time required to create and display a window in the running instance of the browser. (Measures ctrl-n performance.) |
|
| |
|
| {| class="mw-collapsible mw-collapsed wikitable" | | {| class="mw-collapsible mw-collapsed wikitable" |
Line 1,574: |
Line 1,538: |
| |- | | |- |
| | <pre> | | | <pre> |
| 0;Richards;152.99877600979192
| | [209.219, 222.180, 225.299, 225.970, 228.090, 229.450, 230.625, 236.315, 239.804, 242.795, 244.5, 244.770, 250.524, 251.785, 253.074, 255.349, 264.729, 266.014, 269.399, 326.190] |
| 1;DeltaBlue;210.7481559536354
| |
| 2;Encrypt;291.29041654529567
| |
| 3;Decrypt;5358.288770053476
| |
| 4;RayTrace;1833.3333333333333
| |
| 5;Earley;678.42605156038 | |
| 6;Boyer;10265.30612244898
| |
| 7;RegExp;28333.333333333332
| |
| 8;Splay;528.2620179609086
| |
| 9;NavierStokes;5055.555555555556
| |
| </pre> | | </pre> |
| |} | | |} |
|
| |
|
| ==== Possible regression causes ==== | | == xperf (tp5n) == |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them.
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#xperf|date=2021-03-16|section=yes}} |
|
| |
|
| === xperf ===
| | * contact: [mailto:fx-perf@mozilla.com fx-perf@mozilla.com] |
| * contact: :aklotz, :jmaher | |
| * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/xtalos xperf instrumentation] | | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/xtalos xperf instrumentation] |
| * type: Pageloader (tp5n) / Startup | | * type: Pageloader (tp5n) / Startup |
Line 1,597: |
Line 1,551: |
| * reporting: Summary of read/write counters for disk, network (lower is better) | | * reporting: Summary of read/write counters for disk, network (lower is better) |
|
| |
|
| Talos will turn orange for 'x' jobs on windows 7 if your changeset accesses files which are not predefined in the [[https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/xtalos/xperf_whitelist.json whitelist]] during startup; specifically, before the "[https://hg.mozilla.org/mozilla-central/file/0eebc33d8593/toolkit/components/startup/nsAppStartup.cpp#l631 sessionstore-windows-restored]" Firefox event. If your job turns orange, you will see a list of files in Treeherder (or in the log file) which have been accessed unexpectedly (similar to this): | | These tests only run on windows builds. See [https://activedata.allizom.org/tools/query.html#query_id=zqlX+2Jn this active-data query] for an updated set of platforms that xperf can be found on. If the query is not found, use the following on the query page: |
| | <pre> |
| | { |
| | "from":"task", |
| | "groupby":["run.name","build.platform"], |
| | "limit":2000, |
| | "where":{"regex":{"run.name":".*xperf.*"}} |
| | } |
| | </pre> |
| | |
| | Talos will turn orange for 'x' jobs on windows 7 if your changeset accesses files which are not predefined in the [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/xtalos/xperf_whitelist.json whitelist] during startup; specifically, before the "[https://hg.mozilla.org/mozilla-central/file/0eebc33d8593/toolkit/components/startup/nsAppStartup.cpp#l631 sessionstore-windows-restored]" Firefox event. If your job turns orange, you will see a list of files in Treeherder (or in the log file) which have been accessed unexpectedly (similar to this): |
| * TEST-UNEXPECTED-FAIL : xperf: File '{profile}\secmod.db' was accessed and we were not expecting it. DiskReadCount: 6, DiskWriteCount: 0, DiskReadBytes: 16904, DiskWriteBytes: 0 | | * TEST-UNEXPECTED-FAIL : xperf: File '{profile}\secmod.db' was accessed and we were not expecting it. DiskReadCount: 6, DiskWriteCount: 0, DiskReadBytes: 16904, DiskWriteBytes: 0 |
| * TEST-UNEXPECTED-FAIL : xperf: File '{profile}\cert8.db' was accessed and we were not expecting it. DiskReadCount: 4, DiskWriteCount: 0, DiskReadBytes: 33288, DiskWriteBytes: 0 | | * TEST-UNEXPECTED-FAIL : xperf: File '{profile}\cert8.db' was accessed and we were not expecting it. DiskReadCount: 4, DiskWriteCount: 0, DiskReadBytes: 33288, DiskWriteBytes: 0 |
Line 1,604: |
Line 1,568: |
| * TEST-UNEXPECTED-FAIL : xperf: File 'c:\$logfile' was accessed and we were not expecting it. DiskReadCount: 0, DiskWriteCount: 2, DiskReadBytes: 0, DiskWriteBytes: 32768 | | * TEST-UNEXPECTED-FAIL : xperf: File 'c:\$logfile' was accessed and we were not expecting it. DiskReadCount: 0, DiskWriteCount: 2, DiskReadBytes: 0, DiskWriteBytes: 32768 |
|
| |
|
| In the case that these files are expected to be accessed during startup by your changeset, then we can add them to the [https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Talos whitelist]. | | In the case that these files are expected to be accessed during startup by your changeset, then we can add them to the {{enterbug|Testing|Talos|whitelist}}. |
|
| |
|
| Xperf runs tp5 while collecting xperf metrics for disk IO and network IO. The providers we listen for are: | | Xperf runs tp5 while collecting xperf metrics for disk IO and network IO. The providers we listen for are: |
Line 1,612: |
Line 1,576: |
| * [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/xperf.config#l11 'FileRead', 'FileWrite', 'FileFlush'] | | * [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/xperf.config#l11 'FileRead', 'FileWrite', 'FileFlush'] |
|
| |
|
| ==== Possible regression causes ==== | | Notes: |
| * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | | |
| * [https://wiki.mozilla.org/Performance_sheriffing/Talos/Tests duplicated & updated from old page]
| | * Currently some runs may [https://bugzilla.mozilla.org/show_bug.cgi?id=1614805 return all-zeros and skew the results] |
| | * Additionally, these runs don't have dedicated hardware and have a large variability. At least 30 runs are likely to be needed to get stable statistics (xref [https://bugzilla.mozilla.org/show_bug.cgi?id=1616236 bug 1616236]) |
| | |
| | = Build metrics = |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#build-metrics|date=2021-03-16|section=yes}} |
| | |
| | These are not part of the Talos code, but like Talos they are benchmarks that record data using the graphserver and are analyzed by the same scripts for regressions. |
| | |
| | == Number of constructors (num_ctors) == |
| | This test runs at build time and measures the number of static initializers in the compiled code. Reducing this number is helpful for [https://blog.mozilla.org/tglek/2010/05/27/startup-backward-constructors/ startup optimizations]. |
| | |
| | * https://hg.mozilla.org/build/tools/file/348853aee492/buildfarm/utils/count_ctors.py |
| | ** these are run for linux 32+64 opt and pgo builds. |
| | |
| | = Platform microbenchmark = |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#platform-microbenchmark|date=2021-03-16|section=yes}} |
| | |
| | == IsASCII and IsUTF8 gtest microbenchmarks == |
| | * contact: :hsivonen |
| | * source: [https://dxr.mozilla.org/mozilla-central/source/xpcom/tests/gtest/TestStrings.cpp] |
| | * type: [[#Microbench|Microbench]] |
| | * reporting: intervals in ms (lower is better) |
| | * data: each test is run and measured 5 times |
| | * summarization: take the [[../Data#median|median]] of the 5 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/gtest/mozilla/MozGTestBench.cpp#43-46 source: MozGTestBench.cpp] |
| | |
| | Test whose name starts with PerfIsASCII test the performance of the XPCOM string IsASCII function with ASCII inputs if different lengths. |
| | |
| | Test whose name starts with PerfIsUTF8 test the performance of the XPCOM string IsUTF8 function with ASCII inputs if different lengths. |
| | |
| | === Possible regression causes === |
| | * The --enable-rust-simd accidentally getting turned off in automation. |
| | * Changes to encoding_rs internals. |
| | * LLVM optimizations regressing between updates to the copy of LLVM included in the Rust compiler. |
| | |
| | == Microbench == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#microbench|date=2021-03-16|section=yes}} |
| | |
| | * contact: :bholley |
| | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/gtest/mozilla/MozGTestBench.cpp MozGTestBench.cpp] |
| | * type: Custom GTest micro-benchmarking |
| | * data: Time taken for a GTest function to execute |
| | * summarization: Not a Talos test. This suite is provides a way to add low level platform performance regression tests for things that are not suited to be tested by Talos. See the [[[../Sheriffing#Microbench_Policy|Microbench Sheriffing Policy]]] for some notes on how to treat regressions. |
| | |
| | == PerfStrip Tests == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#perfstrip-tests|date=2021-03-16|section=yes}} |
| | |
| | * contact: :davidb |
| | * source: https://dxr.mozilla.org/mozilla-central/source/xpcom/tests/gtest/TestStrings.cpp |
| | * type: Microbench |
| | * reporting: execution time in ms (lower is better) for 100k function calls |
| | * data: each test run and measured 5 times |
| | * summarization: |
| | |
| | PerfStripWhitespace - call StripWhitespace() on 5 different test cases 20k times (each) |
| | |
| | PerfStripCharsWhitespace - call StripChars("\f\t\r\n") on 5 different test cases 20k times (each) |
| | |
| | PerfStripCRLF - call StripCRLF() on 5 different test cases 20k times (each) |
| | |
| | PerfStripCharsCRLF() - call StripChars("\r\n") on 5 different test cases 20k times (each) |
| | |
| | == Stylo gtest microbenchmarks == |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#stylo-gtest-microbenchmarks|date=2021-03-16|section=yes}} |
| | |
| | * contact: :bholley, :SimonSapin |
| | * source: [https://dxr.mozilla.org/mozilla-central/source/layout/style/test/gtest] |
| | * type: [[#Microbench|Microbench]] |
| | * reporting: intervals in ms (lower is better) |
| | * data: each test is run and measured 5 times |
| | * summarization: take the [[../Data#median|median]] of the 5 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/gtest/mozilla/MozGTestBench.cpp#43-46 source: MozGTestBench.cpp] |
| | |
| | Servo_StyleSheet_FromUTF8Bytes_Bench parses a sample stylesheet 20 times with Stylo’s CSS parser that is written in Rust. It starts from an in-memory UTF-8 string, so that I/O or UTF-16-to-UTF-8 conversion is not measured. |
| | |
| | Gecko_nsCSSParser_ParseSheet_Bench does the same with Gecko’s previous CSS parser that is written in C++, for comparison. |
| | |
| | Servo_DeclarationBlock_SetPropertyById_Bench parses the string "10px" with Stylo’s CSS parser and sets it as the value of a property in a declaration block, a million times. This is similar to animations that are based on JavaScript code modifying Element.style instead of using CSS @keyframes. |
| | |
| | Servo_DeclarationBlock_SetPropertyById_WithInitialSpace_Bench is the same, but with the string " 10px" with an initial space. That initial space is less typical of JS animations, but is almost always there in stylesheets or full declarations like "width: 10px". This microbenchmark was used to test the effect of some specific code changes. Regressions here may be acceptable if Servo_StyleSheet_FromUTF8Bytes_Bench is not affected. |
| | |
| | = History of tp tests = |
| | {{delete|Content has been migrated to https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#history-of-tp-tests|date=2021-03-16|section=yes}} |
| | |
| | == tp == |
| | The original tp test created by Mozilla to test browser page load time. Cycled through 40 pages. The pages were copied from the live web during November, 2000. Pages were cycled by loading them within the main browser window from a script that lived in content. |
| | |
| | == tp2/tp_js == |
| | The same tp test but loading the individual pages into a frame instead of the main browser window. Still used the old 40 page, year 2000 web page test set. |
| | |
| | == tp3 == |
| | An update to both the page set and the method by which pages are cycled. The page set is now 393 pages from December, 2006. The pageloader is re-built as an extension that is pre-loaded into the browser chrome/components directories. |
| | |
| | == tp4 == |
| | Updated web page test set to 100 pages from February 2009. |
| | |
| | == tp4m == |
| | This is a smaller pageset (21 pages) designed for mobile Firefox. This is a blend of regular and mobile friendly pages. |
| | |
| | We landed on this on April 18th, 2011 in {{bug|648307}}. This runs for Android and Maemo mobile builds only. |
| | |
| | == tp5 == |
| | Updated web page test set to 100 pages from April 8th, 2011. Effort was made for the pages to no longer be splash screens/login pages/home pages but to be pages that better reflect the actual content of the site in question. There are two test page data sets for tp5 which are used in multiple tests (i.e. awsy, xperf, etc.): (i) an optimized data set called tp5o, and (ii) the standard data set called tp5n. |
| | |
| | == tp6 == |
| | Created June 2017 with recorded pages via mitmproxy using modern google, amazon, youtube, and facebook. Ideally this will contain more realistic user accounts that have full content, in addition we would have more than 4 sites- up to top 10 or maybe top 20. |
| | |
| | These were migrated to Raptor between 2018 and 2019. |