diff --git a/devtools/perfdocs/config.yaml b/devtools/perfdocs/config.yaml new file mode 100644 index 000000000000..da79eaf346f6 --- /dev/null +++ b/devtools/perfdocs/config.yaml @@ -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: DAMP +manifest: None +static-only: True +suites: {} diff --git a/devtools/perfdocs/index.rst b/devtools/perfdocs/index.rst new file mode 100644 index 000000000000..71a764f081fe --- /dev/null +++ b/devtools/perfdocs/index.rst @@ -0,0 +1,8 @@ +DAMP Performance Tests +###################### + +================================== +(DevTools at Maximum Performance) +================================== + +Documentation for DAMP tests is located in `devtools source docs `_. \ No newline at end of file diff --git a/testing/perfdocs/generated/DAMP.rst b/testing/perfdocs/generated/DAMP.rst new file mode 100644 index 000000000000..71a764f081fe --- /dev/null +++ b/testing/perfdocs/generated/DAMP.rst @@ -0,0 +1,8 @@ +DAMP Performance Tests +###################### + +================================== +(DevTools at Maximum Performance) +================================== + +Documentation for DAMP tests is located in `devtools source docs `_. \ No newline at end of file diff --git a/testing/perfdocs/generated/index.rst b/testing/perfdocs/generated/index.rst index 5fe1a78cfce4..e75719995368 100644 --- a/testing/perfdocs/generated/index.rst +++ b/testing/perfdocs/generated/index.rst @@ -8,6 +8,7 @@ but `mozperftest `_ aims to provide this in For more detailed information about each test suite, see each projects' documentation: + * :doc:`DAMP` * :doc:`awsy` * :doc:`fxrecord` * :doc:`mozperftest`