Aaron Schulz 30f4b3c103 Replace DatabaseBase => Database in more places hace 8 años
..
Benchmarker.php 5b119a0e44 Replace uses of join() by implode() hace 9 años
README 4d74280891 benchmarks: README file having run recommendations hace 11 años
bench_HTTP_HTTPS.php 6e9b4f0e9c Convert all array() syntax to [] hace 9 años
bench_Wikimedia_base_convert.php 6e9b4f0e9c Convert all array() syntax to [] hace 9 años
bench_delete_truncate.php 30f4b3c103 Replace DatabaseBase => Database in more places hace 8 años
bench_if_switch.php 6e9b4f0e9c Convert all array() syntax to [] hace 9 años
bench_strtr_str_replace.php 6e9b4f0e9c Convert all array() syntax to [] hace 9 años
bench_utf8_title_check.php 5b48bf1b92 Clean up after "Kill mbstring fallbacks" hace 9 años
bench_wfIsWindows.php 6e9b4f0e9c Convert all array() syntax to [] hace 9 años
benchmarkHooks.php 6e9b4f0e9c Convert all array() syntax to [] hace 9 años
benchmarkParse.php 0efe030cd9 benchmarkParse: Add option to clear link cache hace 8 años
benchmarkPurge.php 6e9b4f0e9c Convert all array() syntax to [] hace 9 años

README

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