# peptest **Repository Path**: mirrors_mozilla/peptest ## Basic Information - **Project Name**: peptest - **Description**: INACTIVE - A test harness geared towards making sure Firefox feels responsive (or peppy) to the user, even with computationally intensive operations in the background. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Peptest](https://wiki.mozilla.org/Auto-tools/Projects/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](https://wiki.mozilla.org/Auto-tools/Projects/peptest#Running_Tests) for more information.