blob: 904cc6fdf00d7a6af3fb8b26e1dd8896fbfbb66e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
###################
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:
* :doc:`Talos`
* :doc:`mozperftest`
* :doc:`raptor`
For more information about the performance testing team,
`visit the wiki page <https://wiki.mozilla.org/TestEngineering/Performance>`_.
|