mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
5b9ce7432a
--HG-- extra : rebase_source : d348e3ec56faa48fbed5c4f0f697dee6658e21b2 |
||
---|---|---|
.. | ||
peptest | ||
tests | ||
Makefile.in | ||
MANIFEST.in | ||
README.md | ||
runtests.py | ||
setup.py |
Peptest is a Mozilla automated testing harness for running responsiveness tests. These tests measure how long events spend away from the event loop.
Running Tests
Currently tests are run from the command line with python. Peptest currently depends on some external Mozilla python packages, namely: mozrunner, mozprocess, mozprofile, mozinfo, mozlog, mozhttpd and manifestdestiny.
See running tests for more information.