gecko/testing/peptest
2012-05-04 14:34:53 -07:00
..
peptest Bug 749275 Add ability to run peptests with configurable number of iterations r=ctalbert 2012-05-04 14:34:53 -07:00
tests Bug 749275 Add ability to run peptests with configurable number of iterations r=ctalbert 2012-05-04 14:34:53 -07:00
Makefile.in Bug 706844 - Create a make target for peptest. r=jmaher 2011-12-06 09:26:24 -05:00
MANIFEST.in
README.md
runtests.py Bug 706844 - Create a make target for peptest. r=jmaher 2011-12-06 09:26:24 -05:00
setup.py Bug 749275 Add ability to run peptests with configurable number of iterations r=ctalbert 2012-05-04 14:34:53 -07:00

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.