MediaWiki  1.29.2
README
Go to the documentation of this file.
1 This directory hold several benchmarking scripts used as a proof of speed
2 or to track PHP performances over time.
3 
4 To get somehow accurate result, you might want to bound the PHP process
5 to a specific CPU with `taskset` and raise its priority with `nice`. Example:
6 
7  $ taskset 1 nice -n-10 php bench_wfIsWindows.php
8 
9 australia-untidy.html.gz contains representative input text for
10 benchmarkTidy.php. It needs to be decompressed before use.