I've got a few weeks worth of data for runs=5 from which I can check how often time-based values had false negatives. Let's see if runs=7 performs better (more evenly distributed between faster and slower), or worse (more likely to get a super slow result that is otherwise absent). Change-Id: I38e9b4c2c3c2f4832fc0e9244a00a723510d295f
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
warmup: true
|
|
runs: 7
|
|
scenarios:
|
|
Read a page:
|
|
# The only page that exists by default is the main page.
|
|
# But its actual name is configurable/unknown (T216791).
|
|
# Omit 'title' to let MediaWiki show the default (which is the main page),
|
|
# and a query string to prevent a normalization redirect.
|
|
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?noredirectplz"
|
|
viewport:
|
|
width: 1100
|
|
height: 700
|
|
reports:
|
|
- navtiming
|
|
- paint
|
|
- transfer
|
|
probes:
|
|
- screenshot
|
|
- trace
|
|
Load the editor:
|
|
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?action=edit"
|
|
viewport:
|
|
width: 1100
|
|
height: 700
|
|
reports:
|
|
- navtiming
|
|
- paint
|
|
- transfer
|
|
probes:
|
|
- screenshot
|
|
- trace
|
|
View history of a page:
|
|
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?action=history"
|
|
viewport:
|
|
width: 1100
|
|
height: 700
|
|
reports:
|
|
- navtiming
|
|
- paint
|
|
- transfer
|
|
probes:
|
|
- screenshot
|
|
- trace
|
|
View recent changes:
|
|
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?title=Special:RecentChanges"
|
|
viewport:
|
|
width: 1100
|
|
height: 700
|
|
reports:
|
|
- navtiming
|
|
- paint
|
|
- transfer
|
|
probes:
|
|
- screenshot
|
|
- trace
|