1# This Source Code Form is subject to the terms of the Mozilla Public
2# License, v. 2.0. If a copy of the MPL was not distributed with this
3# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5# Fullscreen YouTube-playback performance benchmark
6#
7# Original location of source and media files:
8#   https://ytlr-cert.appspot.com/2019/main.html?test_type=playbackperf-test
9
10[DEFAULT]
11apps = firefox
12type = benchmark
13use_live_sites = true
14page_cycles = 20
15# account for a page-cycle-duration of at maximum 45 minutes
16page_timeout = 2700000
17alert_threshold = 2.0
18lower_is_better = true
19unit = score
20subtest_lower_is_better = true
21subtest_unit = score
22
23[raptor-youtube-playback-v9-1080p30-firefox]
24test_url = https://yttest.prod.mozaws.net/2020/main.html?test_type=playbackperf-sfr-vp9-test&raptor=true&tests=18&muted=true&command=run&exclude=1,2
25
26[raptor-youtube-playback-v9-1080p60-firefox]
27test_url = https://yttest.prod.mozaws.net/2020/main.html?test_type=playbackperf-hfr-test&raptor=true&tests=14&muted=true&command=run&exclude=1,2
28
29[raptor-youtube-playback-v9-full-1080p30-firefox]
30test_url = https://yttest.prod.mozaws.net/2020/main.html?test_type=playbackperf-sfr-vp9-test&raptor=true&tests=18&muted=true&command=run&fullscreen=true&exclude=1,2
31preferences = {"full-screen-api.allow-trusted-requests-only": false,
32               "full-screen-api.warning.timeout": 0}
33
34[raptor-youtube-playback-v9-full-1080p60-firefox]
35test_url = https://yttest.prod.mozaws.net/2020/main.html?test_type=playbackperf-hfr-test&raptor=true&tests=14&muted=true&command=run&fullscreen=true&exclude=1,2
36preferences = {"full-screen-api.allow-trusted-requests-only": false,
37               "full-screen-api.warning.timeout": 0}
38