Handbuch:benchmarkParse.php
Appearance
MediaWiki Version: | ≥ 1.23 |
MediaWiki-Datei: benchmarkParse.php | |
---|---|
Speicherort: | maintenance/benchmarks/ |
Quellcode: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Klassen: | BenchmarkParse |
Details
benchmarkParse.php file is a maintenance script to benchmark how long it takes to parse a given title at an optionally specified timestamp.
Optionen/Argumente
Option/Argument | Beschreibung | Notwendig? |
---|---|---|
title | Der Name der Seite, die geparst werden soll | Notwendig |
--warmup | Repeat the parse operation this number of times to warm the cache | Optional |
--loops | Number of times to repeat parse operation post-warmup | Optional |
--page-time | Use the version of the page which was current at the given time | Optional |
--tpl-time | Use templates which were current at the given time (except that moves and deletes are not handled properly) | Optional |
--reset-linkcache | Setzt den LinkCache nach jeden Parse zurück. | Optional |
Verwendung
php maintenance/benchmarks/benchmarkParse.php title [ --warmup| --loops| --page-time| --tpl-time| --reset-linkcache ]
Terminal
$ php maintenance/benchmarks/benchmarkParse.php "Main Page" CPU time = 0.003 s, wall clock time = 0.006 s
Obama-Test
Colloquial name for a quick test of the parsing speed on Wikimedia servers, which uses the infamous Barack Obama article (which used to take 30+ seconds for parsing).
php /usr/local/apache/common/multiversion/MWScript.php maintenance/benchmarks/benchmarkParse.php \
--wiki=enwiki --loops=10 --warmup=10 "Barack Obama"