gecko-dev/testing/talos
Mike Conley 4a36b77818 Bug 1651311 - Make sure TART test waits until browser window idle tasks have finished running before starting. r=sparky,perftest-reviewers
In bug 1633635, tabs were altered so that they don't animate during the first
few event loop ticks of a new window. This made it so that TART would sometimes
race the function that resumed tab animations. When TART won the race, it would
open a tab that would open without animation, and then timeout waiting for that
animation to complete.

This patch makes it so that TART waits until the first window has completed its
idle tasks, meaning that tab animations should be enabled for the window.

Differential Revision: https://phabricator.services.mozilla.com/D98399
2020-12-02 20:22:39 +00:00
..
perfdocs Bug 1674219 - Provide the basic documentation for Talos; r=sparky,perftest-reviewers 2020-11-05 15:42:35 +00:00
talos Bug 1651311 - Make sure TART test waits until browser window idle tasks have finished running before starting. r=sparky,perftest-reviewers 2020-12-02 20:22:39 +00:00
.eslintrc.js Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
INSTALL.py Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
MANIFEST.in
README
jetstream-benchmark.manifest
mach_commands.py Bug 1638986 - Run 'mach talos-test' with python 3; r=sparky,perftest-reviewers 2020-10-29 00:23:51 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
requirements.txt Bug 1638986 - Run 'mach talos-test' with python 3; r=sparky,perftest-reviewers 2020-10-29 00:23:51 +00:00
setup.py Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
talos.json Bug 1651311 - Make sure TART test waits until browser window idle tasks have finished running before starting. r=sparky,perftest-reviewers 2020-12-02 20:22:39 +00:00
talos_from_code.py Bug 1638986 - Run 'mach talos-test' with python 3; r=sparky,perftest-reviewers 2020-10-29 00:23:51 +00:00
tp5n-pageset.manifest
webextensions.manifest

README

Talos is a python performance testing framework that is usable on Windows,
Mac and Linux. Talos is our versatile performance testing framework we
use at Mozilla. It was created to serve as a test runner for the existing
performance tests that Mozilla was running back in 2007 as well as providing
an extensible framework for new tests as they were created.

So, why Talos? Talos is the bronze automaton of Greek myth. Talos protected
the island of Crete, throwing giant boulders at unwary seamen. He's
also purported to have heated himself glowing hot and then embraced his
enemies. Basically, he was awesome.

For more information, see: https://wiki.mozilla.org/Buildbot/Talos