summaryrefslogtreecommitdiff
path: root/www/wiki/maintenance/benchmarks/README.md
blob: b411c526116ac93d673b15228eeb15fa5f906176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This directory hold several benchmarking scripts used track performances of
MediaWiki and/or PHP.

## Consistency

On Linux, use of `taskset` and `nice` can help get more consistent results.

For example:

 $ taskset 1 nice -n-10 php bench_wfIsWindows.php

## Fixtures

* australia-untidy.html.gz: Representative input text for benchmarkTidy.php.
  It needs to be decompressed before use.