1This directory hold several benchmarking scripts used track performances of
2MediaWiki and/or PHP.
3
4## Consistency
5
6On Linux, use of `taskset` and `nice` can help get more consistent results.
7
8For example:
9
10 $ taskset 1 nice -n-10 php bench_wfIsWindows.php
11
12## Fixtures
13
14* tidy/australia-untidy.html.gz: Representative input text for benchmarkTidy.php.
15  It needs to be decompressed before use.
16