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# raptor tp6-unittest
6
7[DEFAULT]
8type =  pageload
9playback = mitmproxy
10page_cycles = 25
11page_timeout = 60000
12unit = ms
13lower_is_better = true
14gecko_profile_interval = 1
15gecko_profile_entries = 14000000
16alert_threshold = 2.0
17alert_on = fcp, loadtime
18
19[raptor-tp6-unittest-amazon-firefox]
20apps = firefox
21test_url = https://www.amazon.com/s?k=laptop&ref=nb_sb_noss_1
22playback_pageset_manifest = mitm5-linux-firefox-amazon.manifest
23playback_recordings = amazon.mp
24measure = fnbpaint, fcp, dcf, loadtime
25
26[raptor-tp6-unittest-facebook-firefox]
27apps = firefox
28test_url = https://www.facebook.com
29playback_pageset_manifest = mitm5-linux-firefox-facebook.manifest
30playback_recordings = facebook.mp
31measure = fnbpaint, fcp, dcf, loadtime
32
33[raptor-tp6-unittest-google-firefox]
34apps = firefox
35test_url = https://www.google.com/search?hl=en&q=barack+obama&cad=h
36playback_pageset_manifest = mitm5-linux-firefox-google-search.manifest
37playback_recordings = google-search.mp
38measure = fnbpaint, fcp, dcf, loadtime
39
40[raptor-tp6-unittest-youtube-firefox]
41apps = firefox
42test_url = https://www.youtube.com
43playback_pageset_manifest = mitm5-linux-firefox-youtube.manifest
44playback_recordings = youtube.mp
45measure = fnbpaint, fcp, dcf, loadtime
46