Skip to content
forked from mozilla/peptest

A test harness geared towards making sure Firefox feels responsive (or peppy) to the user, even with computationally intensive operations in the background.

Notifications You must be signed in to change notification settings

ctalbert/peptest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A test harness geared towards making sure Firefox feels responsive (or peppy) to the user, even with computationally intensive operations in the background.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • Python 7.9%