MediaWiki REL1_28
README
Go to the documentation of this file.
1This directory hold several benchmarking scripts used as a proof of speed
2or to track PHP performances over time.
3
4To get somehow accurate result, you might want to bound the PHP process
5to a specific CPU with `taskset` and raise its priority with `nice`. Example:
6
7 $ taskset 1 nice -n-10 php bench_wfIsWindows.php