blob: cd6e258980ef03a9fe8051c9bae4e29db94c2354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
###################
Performance Testing
###################
Performance tests are designed to catch performance regressions before they reach our
end users. At this time, there is no unified approach for these types of tests,
but `mozperftest </testing/perfdocs/mozperftest.html>`_ aims to provide this in the future.
For more detailed information about each test suite, see each projects' documentation:
{test_documentation}
For more information about the performance testing team,
`visit the wiki page <https://wiki.mozilla.org/TestEngineering/Performance>`_.
|