wiki.techinc.nl/maintenance/benchmarks
Chad Horohoe c33f4de066 Profile all external HTTP requests from MW
Change-Id: Ie980b080da2ef21ec7d9fc32f1accc55710de140
2015-03-03 20:54:30 -08:00
..
bench_delete_truncate.php Update formatting in maintenance/ (2/4) 2014-04-23 20:08:42 +02:00
bench_HTTP_HTTPS.php Profile all external HTTP requests from MW 2015-03-03 20:54:30 -08:00
bench_if_switch.php Pass phpcs-strict on maintenance/benchmarks/ 2014-04-22 21:58:25 +02:00
bench_strtr_str_replace.php Update formatting in maintenance/ (2/4) 2014-04-23 20:08:42 +02:00
bench_utf8_title_check.php Update formatting in maintenance/ (2/4) 2014-04-23 20:08:42 +02:00
bench_wfBaseConvert.php Update formatting in maintenance/ (2/4) 2014-04-23 20:08:42 +02:00
bench_wfIsWindows.php Update formatting in maintenance/ (2/4) 2014-04-23 20:08:42 +02:00
Benchmarker.php Update formatting in maintenance/ (1/4) 2014-04-23 20:08:06 +02:00
benchmarkHooks.php Update formatting in maintenance/ (2/4) 2014-04-23 20:08:42 +02:00
benchmarkParse.php benchmarkParse.php: add options for HHVM testing 2014-07-15 17:23:27 -07:00
benchmarkPurge.php Update formatting in maintenance/ (2/4) 2014-04-23 20:08:42 +02: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