Граф коммитов

227 Коммитов

Автор SHA1 Сообщение Дата
Emilio Cobos Álvarez ff538cab0e Bug 1784349 - Don't use -moz-bool-pref for flexbox -moz-box emulation. r=dholbert,perftest-reviewers,sparky
Use a bool pref media query which allows dynamic changes to get
reflected instantly.

Differential Revision: https://phabricator.services.mozilla.com/D154449
2022-08-11 23:22:52 +00:00
Alex Finder b9f076154b Bug 1768558 Run new "Fenix-Fission" and "GeckoView-Fission" perf tests on AWFY r=perftest-reviewers,sparky,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D151492
2022-08-11 13:13:10 +00:00
Gregory Mierzwinski 09044ce53f Bug 1780763 - Add ability to skip tests to Talos. r=perftest-reviewers,kshampur
This patch adds the ability to skip tests to Talos. This lets us prevent tests from running depending on which branch we are on. It also adds some code that will skip tests on the pine branch.

Differential Revision: https://phabricator.services.mozilla.com/D152513
2022-07-29 11:16:52 +00:00
Jeff Muizelaar cfe573c864 Bug 1781769. Don't run twitch-animation on Chrome. r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D152884
2022-07-28 13:05:04 +00:00
Jeff Muizelaar 4946cde4ad Bug 1780826 - Add twitch animation benchmark. r=sparky,perftest-reviewers
Most stuff is copy & pasted from matrix-react-bench and hopefully modified appropriately

Differential Revision: https://phabricator.services.mozilla.com/D152538
2022-07-26 12:58:11 +00:00
andrej 94cf3a15d8 Bug 1778542 - Add components, owners and co-owners to firefox source docs. r=perftest-reviewers,sparky
What we are doing:
Adding a contact section in auto-generated performance testing docs so people know who to contact when they are having an issue with a given module/component

Differential Revision: https://phabricator.services.mozilla.com/D151400
2022-07-20 19:42:41 +00:00
Joel Maher 08756683f8 Bug 1779308 - turn off expiring tests on G5 phones that are running on A51 phones. r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D151672
2022-07-14 13:12:35 +00:00
Gregory Mierzwinski 162485037c Bug 1779468 - Add `browsertime-tp6-bytecode` tests for bytecode cache. r=perftest-reviewers,AlexandruIonescu,aglavic
This patch adds a new set of tests (essential only) to run in CI at tier 2. A command line argument is added to turn bytecode cache testing on in warm pageloads. This also disables the testing in our primary pageload tests to fix the variance and increases in runtime.

Differential Revision: https://phabricator.services.mozilla.com/D151757
2022-07-14 12:17:13 +00:00
Joel Maher 1f03dcc175 Bug 1777556 - enable tp6m live tests on A51. r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D150797
2022-06-30 19:43:53 +00:00
Joel Maher d6b279e034 Bug 1775505 - Run next set of a51 mobile perf tests. r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D150013
2022-06-28 12:26:50 +00:00
Joel Maher 602132ac1c Bug 1773700 - remove fission and e10s from task labels for desktop perf. r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D148921
2022-06-20 17:04:02 +00:00
Joel Maher 36c6d08844 Bug 1773033 - Run more browsertime tests on a51 phones. r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D148514
2022-06-10 15:12:44 +00:00
Alex Finder aee0603b73 Bug 1541448 Check if Speedometer tests have to run with 5 page cycles r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D148614
2022-06-09 11:01:28 +00:00
Joel Maher abb489882e Bug 1767488 - run a51 in aarch64 in parallel to arm7 and turn off g5 duplication. r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D145456
2022-06-02 16:48:38 +00:00
Kash Shampur cfddc3aa51 Bug 1767437 - Clean up browsertime documentation of vismet installation references. r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D147443
2022-05-31 14:18:37 +00:00
andrej 23829f29b7 Bug 1766009 - Create WPT chrome job r=perftest-reviewers,sparky,davehunt
Differential Revision: https://phabricator.services.mozilla.com/D144444
2022-05-04 17:10:39 +00:00
Gregory Mierzwinski 6fdd339b84 Bug 1677559 - Run visual-metrics in the browsertime test task. r=perftest-reviewers,kshampur
This patch runs the visual-metrics processing within the test task rather than the (deleted) `-vismet` tasks. It also updates the browsertime version to v15. It requires an update to node16 so new code was added to pull, and install the *-node-16 toolchain artifacts from CI.

This patch is possible because the browsertime update gives us the new `visualmetrics-portable.py` script which doesn't require ImageMagick anymore (they've been converted to Python dependencies). We did this conversion here: https://github.com/sitespeedio/browsertime/pull/1741

Furthermore, some changes are made to handle timeouts better, and increase the timeout for an interactive test.

Depends on D143502

Differential Revision: https://phabricator.services.mozilla.com/D142838
2022-05-02 12:26:14 +00:00
Gregory Mierzwinski b9466bda67 Bug 1765457 - Enable custom browsertime testing through raptor. r=perftest-reviewers,kshampur
This patch builds off the ability to specify custom browsertime arguments on the command line in raptor to let the user run custom tests in "vanilla" browsertime. In this patch, we create a new test called `browsertime` that can be used to get a "dummy" template for a raptor test. Then, the user will be responsible for providing either a test script, or a URL to test.

To use a custom script we can pass something like `--browsertime-arg test_script=/path/to/script` or `--browsertime-arg url=https://www.sitespeed.io`. Furthermore, we can also use `test_script=pageload` to specify that we want to use the browsertime pageload script.

Differential Revision: https://phabricator.services.mozilla.com/D144168
2022-04-21 18:05:53 +00:00
Joel Maher c582dbf6d7 Bug 1759594 - add support for new a51 phones and remove s7 phones. r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D143640
2022-04-19 17:27:11 +00:00
Calixte d9394d9f9b Bug 857031 - Add a performance test for the rendering of a pdf with a lot of image masks r=pdfjs-reviewers,perftest-reviewers,marco,sparky DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D143618
2022-04-13 20:10:11 +00:00
andrej 6cbd9c7da7 Bug 1741975 - Have WPT tests available in taskcluster r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D140843
2022-04-01 16:59:17 +00:00
Julian Descottes a9a941a43f Bug 1749928 - [devtools] Split DevTools DAMP test suite in several chunks r=perftest-reviewers,sparky,nchevobbe,ochameau
Depends on D141966

Split DAMP in 3 explicit sub-suites: damp-inspector, damp-webconsole, damp-other

Locally you can still run any DAMP subtest with --suite=damp

Differential Revision: https://phabricator.services.mozilla.com/D137655
2022-03-31 13:54:05 +00:00
Marian-Vasile Laza 2719b0d9cf Backed out 2 changesets (bug 1749928) for causing webgl failures. CLOSED TREE
Backed out changeset d654d3fcfa8e (bug 1749928)
Backed out changeset 49e91c2434f7 (bug 1749928)
2022-03-30 11:18:07 -07:00
Julian Descottes b1d70ee7bd Bug 1749928 - [devtools] Split DevTools DAMP test suite in several chunks r=perftest-reviewers,sparky,nchevobbe,ochameau
Depends on D141966

Split DAMP in 3 explicit sub-suites: damp-inspector, damp-webconsole, damp-other

Locally you can still run any DAMP subtest with --suite=damp

Differential Revision: https://phabricator.services.mozilla.com/D137655
2022-03-30 16:53:09 +00:00
Kash Shampur 1e5d8be145 Bug 1748821 - Support running visual metrics on Apple Silicon r=perftest-reviewers,Eng_Esther
Differential Revision: https://phabricator.services.mozilla.com/D141149
2022-03-24 15:05:05 +00:00
andrej 70ddc4bbbc Bug 1753735 - Review and update Talos test owners r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D141607
2022-03-22 12:26:03 +00:00
Alex Ionescu 6115fa0556 Bug 1748849 - Update imdb recording to mitm7 r=perftest-reviewers,afinder
Differential Revision: https://phabricator.services.mozilla.com/D139682
2022-03-01 08:16:52 +00:00
Kash Shampur 3bd2b256cf Bug 1756212 - Disable netflix temporarily due to perma on macOS r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D139406
2022-02-23 18:21:22 +00:00
Kash Shampur 39f08c877a Bug 1754782 - Run benchmark and mobile performance tests against mozilla-release r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D138570
2022-02-23 14:32:52 +00:00
Alex Finder 5c80a2cf1c Bug 1753592 - Update google-docs page load test to mitm7 and add secondary url r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D137834
2022-02-11 11:00:40 +00:00
Kash Shampur 7c7220dc7d Bug 1735216 - Update wikia page load test to mitm7 and add secondary url r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D138221
2022-02-10 14:09:08 +00:00
Kash Shampur dda478593e Bug 1753658 Run performance tests against mozilla release r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D138022
2022-02-09 19:52:40 +00:00
Myeongjun Go 81be78ae8a Bug 1737616 - [perfdocs] Collect the taskcluster tasks of Talos and add them to the dropdowns r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D137440
2022-02-08 13:52:01 +00:00
andrej 19c6bfb2a4 Bug 1735196 Update twitch to mitm7 and add secondary url r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D137561
2022-02-07 18:29:09 +00:00
criss d4df5b2e10 Backed out changeset ae616d35f556 (bug 1737616) for causing lint failures on config.yml. CLOSED TREE 2022-02-07 16:09:47 +02:00
Myeongjun Go b5928ec4b4 Bug 1737616 - [perfdocs] Collect the taskcluster tasks of Talos and add them to the dropdowns r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D137440
2022-02-07 13:52:41 +00:00
Alex Finder 5321ba3379 Bug 1753457 - Update youtube page load test to mitm7 and add secondary url r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D137827
2022-02-04 10:19:24 +00:00
Gregory Mierzwinski 5fee015336 Bug 1752350 - Add matrix-react-bench to raptor-browsertime. r=jandem,perftest-reviewers,AlexandruIonescu
This patch adds the matrix-react-bench to raptor-browsertime. It will run alongside the other benchmarks on trunk and mozilla-beta. It will also be possible to run these on chrome and chromium.

Differential Revision: https://phabricator.services.mozilla.com/D137344
2022-01-31 16:33:39 +00:00
Kash Shampur 66f0cf0e44 Bug 1752567 - Upgrade nytimes page load test to mitm7 r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D137296
2022-01-31 13:41:09 +00:00
andrej 538940af54 Bug 1751239 Review and Update AWSY test owners r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D137333
2022-01-31 13:18:33 +00:00
Kimberly Sereduck 7564d6c6c9 Bug 1751468: Update office page recording to mitm7 r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D136640
2022-01-27 18:17:11 +00:00
Kash Shampur 9e97756ecf Bug 1752050 - Upgrade wikipedia page load test to mitm7 r=perftest-reviewers,kimberlythegeek
Differential Revision: https://phabricator.services.mozilla.com/D136969
2022-01-26 21:32:35 +00:00
Sandor Molnar 4a4d9e256b Backed out changeset 3d9ba1c24d1b (bug 1751468) for causing btime-fix failures in raptor\tooltool-manifests\playback\mitm7-linux-firefox-office.manifest 2022-01-26 23:33:28 +02:00
Kimberly Sereduck b1eb7ecce6 Bug 1751468: Update office page recording to mitm7 r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D136640
2022-01-26 12:52:18 +00:00
Kash Shampur 87fe62a8ba Bug 1750838 - Upgrade expedia page load test to mitm7 r=perftest-reviewers,AlexandruIonescu,kimberlythegeek
Differential Revision: https://phabricator.services.mozilla.com/D136421
2022-01-25 15:49:13 +00:00
Alex Ionescu 2d4b0eb9d6 Bug 1730943 - Update espn page load test to navigate to sub-page rather than about:blank r=perftest-reviewers,kimberlythegeek
Differential Revision: https://phabricator.services.mozilla.com/D136572
2022-01-25 13:01:48 +00:00
Kimberly Sereduck c709b0676a Bug 1750984: document how to pass additional arguments to browsertime r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D136490
2022-01-25 12:27:41 +00:00
Gregory Mierzwinski 636619b737 Bug 1750611 - Allow media to autoplay in raptor power tests. r=perftest-reviewers,AlexandruIonescu
This patch adds the media autoplay prefs to the raptor-youtube power tests.

Differential Revision: https://phabricator.services.mozilla.com/D136170
2022-01-18 13:47:04 +00:00
andrej cddd7e6b81 Bug 1738360 Upgrade imgur page load test to mitm7 r=perftest-reviewers,AlexandruIonescu,kimberlythegeek
Differential Revision: https://phabricator.services.mozilla.com/D132269
2022-01-17 16:13:35 +00:00
Alex Ionescu 5be99b3686 Bug 1748849 - Update microsoft recording to mitm7 r=perftest-reviewers,kimberlythegeek
Differential Revision: https://phabricator.services.mozilla.com/D135684
2022-01-13 07:26:24 +00:00