Merge "Rewrite pref cleanup script"
[lhc/web/wiklou.git] / maintenance / benchmarks / README.md
1 This directory hold several benchmarking scripts used track performances of
2 MediaWiki and/or PHP.
3
4 ## Consistency
5
6 On Linux, use of `taskset` and `nice` can help get more consistent results.
7
8 For example:
9
10 $ taskset 1 nice -n-10 php bench_wfIsWindows.php
11
12 ## Fixtures
13
14 * australia-untidy.html.gz: Representative input text for benchmarkTidy.php.
15 It needs to be decompressed before use.