MediaWiki  REL1_24
Benchmark
Collaboration diagram for Benchmark:

Classes

class  BenchHttpHttps
 Maintenance script that benchmarks HTTP request vs HTTPS request. More...
class  BenchmarkDeleteTruncate
 Maintenance script that benchmarks SQL DELETE vs SQL TRUNCATE. More...
class  Benchmarker
 Base class for benchmark scripts. More...
class  BenchmarkHooks
 Maintenance script that benchmarks MediaWiki hooks. More...
class  BenchmarkPurge
 Maintenance script that benchmarks Squid purge. More...
class  BenchStrtrStrReplace
 Maintenance script that benchmarks for strtr() vs str_replace(). More...
class  BenchUtf8TitleCheck
 This little benchmark executes the regexp used in Language->checkTitleEncoding() and compares its execution time against that of mb_check_encoding, if available. More...
class  BenchWfBaseConvert
 Maintenance script that benchmarks wfBaseConvert(). More...
class  BenchWfIsWindows
 Maintenance script that benchmarks wfIsWindows(). More...

Files

file  bench_delete_truncate.php
 

Benchmark SQL DELETE vs SQL TRUNCATE.


file  bench_HTTP_HTTPS.php
 

Benchmark HTTP request vs HTTPS request.


file  bench_if_switch.php
 

Benchmark if elseif...


file  bench_strtr_str_replace.php
 

Benchmark for strtr() vs str_replace().


file  bench_utf8_title_check.php
 

Benchmark for using a regexp vs.


file  bench_wfBaseConvert.php
 

Benchmark for wfBaseConvert.


file  bench_wfIsWindows.php
 

Benchmark for wfIsWindows().


file  Benchmarker.php
 

Base code for benchmark scripts.


file  benchmarkHooks.php
 

Benchmark MediaWiki hooks.


file  benchmarkParse.php
 

Benchmark script for parse operations.


file  benchmarkPurge.php
 

Benchmark for Squid purge.