summaryrefslogtreecommitdiffstats
path: root/testing/raptor/raptor/tests/custom/browsertime-sample-python-support.toml
blob: c8dd6fbeec8ed7a092754d46d090cfe66b470e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[DEFAULT]
apps = "firefox"
alert_threshold = 2.0
browser_cycles = 1
fore_window = 1
gecko_profile_interval = 1
lower_is_better = true
min_back_window = 2
max_back_window = 3
owner = "PerfTest Team"
page_cycles = 1
page_timeout = 1800000
output_timeout = 2000000
subtest_unit = "ms"
type = "pageload"
unit = "score"
use_live_sites = true

# Uses the constant regression test since the test doesn't
# need to anything

["sample-python-support"]
browsertime_args = "--browsertime.constant_value={replace-with-constant-value}"
custom_data = true
test_script = "constant_regression_test.js"
support_class = "sample_python_support.py"
test_summary = "flatten"
test_url = "None"