Manual:BenchmarkHooks.php
Appearance
| Versión de MediaWiki: | ≥ 1.19 |
| Archivo de MediaWiki: benchmarkHooks.php | |
|---|---|
| Ubicación: | maintenance/benchmarks/ |
| Código fuente: | master • 1.44.2 • 1.43.5 • 1.39.15 |
| Clases: | BenchmarkHooks |
Detalles
benchmarkHooks.php file is a maintenance script to benchmark MediaWiki hooks.
Options/Arguments
This script does not take any options or arguments.
Usage
php maintenance/run.php benchmarks/benchmarkHooks
Terminal
$ php maintenance/run.php benchmarks/benchmarkHooks
Running PHP version 7.4.27 (arm64) on Darwin 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:29:10 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T8101
Loaded 0 hooks
count: 10
rate: 208671.8/s
total: 0.05ms
mean: 0.00ms
max: 0.01ms
stddev: 0.00ms
Current memory usage: 16 MB
Peak memory usage: 16 MB
Loaded 1 hook
count: 10
rate: 153637.5/s
total: 0.07ms
mean: 0.01ms
max: 0.01ms
stddev: 0.00ms
Current memory usage: 18 MB
Peak memory usage: 20 MB
Loaded 10 hooks
count: 10
rate: 46707.2/s
total: 0.21ms
mean: 0.02ms
max: 0.02ms
stddev: 0.00ms
Current memory usage: 18 MB
Peak memory usage: 20 MB
Loaded 100 hooks
count: 10
rate: 5794.0/s
total: 1.73ms
mean: 0.17ms
max: 0.18ms
stddev: 0.00ms
Current memory usage: 18 MB
Peak memory usage: 20 MB
In MediaWiki version 1.39.15 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.