gecko-dev/python/mozperftest
Alex Lopez 77ce415604 Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo
This step removes all the dependencies of mach commands to
having a MachCommandBase as the `self` by using the `command_context`
argument instead. This also removes any remaining statefulness from those
classes that implement mach commands, ultimately making it easier to move
existing commands out of classes in a follow-up.

Differential Revision: https://phabricator.services.mozilla.com/D118058
2021-07-19 16:04:25 +00:00
..
mozperftest Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo 2021-07-19 16:04:25 +00:00
perfdocs Bug 1695252 - Add a pageload test that reports PerfStats r=sparky,perftest-reviewers 2021-03-22 13:50:32 +00:00
README.rst Bug 1641834 - started a Sphinx doc r=sparky,acreskey 2020-06-03 08:17:06 +00:00
setup.cfg
setup.py Bug 1715478 - Automated recording for desktop with a list sites r=sparky 2021-07-09 07:12:27 +00:00

README.rst

===========
mozperftest
===========

**mozperftest** can be used to run performance tests against browsers.
See the docs directory.