1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/maintenance/benchmarks
2014-05-08 09:57:31 +02:00
..
bench_delete_truncate.php [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
bench_HTTP_HTTPS.php [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
bench_if_switch.php [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
bench_strtr_str_replace.php [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
bench_utf8_title_check.php [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
bench_wfBaseConvert.php [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
bench_wfIsWindows.php [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
Benchmarker.php [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
benchmarkHooks.php [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
benchmarkPurge.php [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
README [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02: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