gecko-dev/testing/peptest
Benjamin Peterson d0f5dea659 Bug 922190 - Remove bundled copy of simplejson. r=gps
--HG--
extra : rebase_source : 5d33bafacd732e6bfb7acb6bb4d171eabb7d258a
2013-10-01 10:32:58 -04:00
..
peptest Bug 922190 - Remove bundled copy of simplejson. r=gps 2013-10-01 10:32:58 -04:00
tests Bug 759000 Use accelKey instead of ctrlKey in peptest tests. r=ctalbert 2012-06-06 11:31:12 -04:00
MANIFEST.in Bug 778133 - Update mozbase in m-c for bug 776931. r=jhammel 2012-08-02 17:17:34 -04:00
Makefile.in Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
README.md Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
runtests.py Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
setup.py Bug 753099 Update peptest to work with global compartments change r=ctalbert 2012-05-09 13:59:31 -07:00

README.md

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.