wiki.techinc.nl/maintenance/benchmarks/README.md
Timo Tijhof be15056c37 benchmarks: Improve readme and convert to Markdown
* Add sections.
* Rename to *.md.
* Document that taskset is Linux-specific.

Change-Id: If6c5e54eda4dd1d6ea02445efa73e356dbc49016
2018-01-26 16:31:54 -08:00

389 B

This directory hold several benchmarking scripts used track performances of MediaWiki and/or PHP.

Consistency

On Linux, use of taskset and nice can help get more consistent results.

For example:

$ taskset 1 nice -n-10 php bench_wfIsWindows.php

Fixtures

  • australia-untidy.html.gz: Representative input text for benchmarkTidy.php. It needs to be decompressed before use.