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

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