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

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