summaryrefslogtreecommitdiffstats
path: root/testing/performance/hooks_recording.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/performance/hooks_recording.py')
-rw-r--r--testing/performance/hooks_recording.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/performance/hooks_recording.py b/testing/performance/hooks_recording.py
index 072cbfb727..9fed95e954 100644
--- a/testing/performance/hooks_recording.py
+++ b/testing/performance/hooks_recording.py
@@ -20,6 +20,11 @@ next_site = None
RECORDING_LIST = Path(Path(__file__).parent, "pageload_sites.json")
+# Uncomment this to record tp7 desktop sites in CI or locally.
+# This is still a WIP (Bug 1831310) and meant to be used by the
+# perftest team.
+# RECORDING_LIST = Path(Path(__file__).parent, "tp7_desktop_sites.json")
+
SCM_1_LOGIN_SITES = ("facebook", "netflix")