MediaWiki master
|
Maintenance script that benchmarks TitleValue vs Title. More...
Inherits Benchmarker.
Public Member Functions | |
__construct () | |
execute () | |
Protected Member Functions | |
constructTitle () | |
constructTitleSafe () | |
constructTitleValue () | |
getPrefixedTextTitle () | |
getPrefixedTextTitleValue () | |
parseTitle () | |
parseTitleValue () | |
randomize () | |
Use a different dbKey each time to avoid influence of Title caches. | |
Maintenance script that benchmarks TitleValue vs Title.
Definition at line 35 of file benchmarkTitleValue.php.
BenchmarkTitleValue::__construct | ( | ) |
Definition at line 64 of file benchmarkTitleValue.php.
|
protected |
Definition at line 121 of file benchmarkTitleValue.php.
References NS_CATEGORY.
Referenced by execute().
|
protected |
Definition at line 125 of file benchmarkTitleValue.php.
References NS_CATEGORY.
|
protected |
Definition at line 117 of file benchmarkTitleValue.php.
References NS_CATEGORY.
Referenced by execute().
BenchmarkTitleValue::execute | ( | ) |
Definition at line 69 of file benchmarkTitleValue.php.
References constructTitle(), and constructTitleValue().
|
protected |
Definition at line 134 of file benchmarkTitleValue.php.
|
protected |
Definition at line 129 of file benchmarkTitleValue.php.
|
protected |
Definition at line 143 of file benchmarkTitleValue.php.
|
protected |
Definition at line 138 of file benchmarkTitleValue.php.
References NS_MAIN.
|
protected |
Use a different dbKey each time to avoid influence of Title caches.
Definition at line 113 of file benchmarkTitleValue.php.
References wfRandomString().