Bug 1715643 - Add PerfDocs for fxrecord r=sparky,perftest-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D118565
This commit is contained in:
Barret Rennie 2021-07-30 17:28:58 +00:00
parent 89a018e023
commit e2aeb76b58
5 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
name: fxrecord
manifest: None
static-only: True
suites: {}

View File

@ -0,0 +1,7 @@
fxrecord
########
`fxrecord <https://github.com/mozilla/fxrecord>`__ is a tool for measuring the
startup performance of Firefox for Desktop. It captures a video of Firefox for
desktop starting on a laptop and computes visual metrics using the same manner
as Raptor using Browsertime.

View File

@ -0,0 +1,7 @@
fxrecord
########
`fxrecord <https://github.com/mozilla/fxrecord>`__ is a tool for measuring the
startup performance of Firefox for Desktop. It captures a video of Firefox for
desktop starting on a laptop and computes visual metrics using the same manner
as Raptor using Browsertime.

View File

@ -9,6 +9,7 @@ but `mozperftest </testing/perfdocs/mozperftest.html>`_ aims to provide this in
For more detailed information about each test suite, see each projects' documentation:
* :doc:`awsy`
* :doc:`fxrecord`
* :doc:`mozperftest`
* :doc:`raptor`
* :doc:`talos`

View File

@ -7,6 +7,7 @@ perfdocs:
'python/mozperftest',
'testing/talos',
'testing/awsy',
'testing/fxrecord',
]
exclude: []
extensions: ['rst', 'ini', 'yml']