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

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