wiki.techinc.nl/maintenance/benchmarks
Kunal Mehta 6e9b4f0e9c Convert all array() syntax to []
Per wikitech-l consensus:
 https://lists.wikimedia.org/pipermail/wikitech-l/2016-February/084821.html

Notes:
* Disabled CallTimePassByReference due to false positives (T127163)

Change-Id: I2c8ce713ce6600a0bb7bf67537c87044c7a45c4b
2016-02-17 01:33:00 -08:00
..
bench_delete_truncate.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
bench_HTTP_HTTPS.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
bench_if_switch.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
bench_strtr_str_replace.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
bench_utf8_title_check.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
bench_wfIsWindows.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
bench_Wikimedia_base_convert.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Benchmarker.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
benchmarkHooks.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
benchmarkParse.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
benchmarkPurge.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
README benchmarks: README file having run recommendations 2013-06-26 11:55:57 +00:00

This directory hold several benchmarking scripts used as a proof of speed
or to track PHP performances over time.

To get somehow accurate result, you might want to bound the PHP process
to a specific CPU with `taskset` and raise its priority with `nice`. Example:

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