MediaWiki
REL1_22
|
00001 This directory hold several benchmarking scripts used as a proof of speed 00002 or to track PHP performances over time. 00003 00004 To get somehow accurate result, you might want to bound the PHP process 00005 to a specific CPU with `taskset` and raise its priority with `nice`. Example: 00006 00007 $ taskset 1 nice -n-10 php bench_wfIsWindows.php