wiki.techinc.nl/maintenance/benchmarks/README
Tim Starling 448be2ed3e Add benchmarkTidy.php, to benchmark tidy drivers
Plus representative input file

Change-Id: I254793fc55c57a98c07ae1e4c27e6005965c9a20
2017-04-21 01:02:22 +00:00

10 lines
440 B
Text

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
australia-untidy.html.gz contains representative input text for
benchmarkTidy.php. It needs to be decompressed before use.