Mark two FileRepo functions public
[mediawiki.git] / .fresnel.yml
blob334f97114ffad34d76a98246002e9d5ae1361012
1 warmup: true
2 runs: 7
3 scenarios:
4   Read a page:
5     # The only page that exists by default is the main page.
6     # But its actual name is configurable/unknown (T216791).
7     # Omit 'title' to let MediaWiki show the default (which is the main page),
8     # and a query string to prevent a normalization redirect.
9     url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?noredirectplz"
10     viewport:
11       width: 1100
12       height: 700
13     reports:
14       - navtiming
15       - paint
16       - transfer
17     probes:
18       - screenshot
19       - trace
20   Load the editor:
21     url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?action=edit"
22     viewport:
23       width: 1100
24       height: 700
25     reports:
26       - navtiming
27       - paint
28       - transfer
29     probes:
30       - screenshot
31       - trace
32   View history of a page:
33     url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?action=history"
34     viewport:
35       width: 1100
36       height: 700
37     reports:
38       - navtiming
39       - paint
40       - transfer
41     probes:
42       - screenshot
43       - trace
44   View recent changes:
45     url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?title=Special:RecentChanges"
46     viewport:
47       width: 1100
48       height: 700
49     reports:
50       - navtiming
51       - paint
52       - transfer
53     probes:
54       - screenshot
55       - trace