Update documentation and method visibility for SkinTemplate
[mediawiki.git] / maintenance / benchmarks / README
blobc021abd293794dd246871e76e0d8082a8b5f693f
1 This directory hold several benchmarking scripts used as a proof of speed
2 or to track PHP performances over time.
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:
7  $ taskset 1 nice -n-10 php bench_wfIsWindows.php