Add descriptions
authorSam Reed <reedy@users.mediawiki.org>
Fri, 31 Dec 2010 07:09:49 +0000 (07:09 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 31 Dec 2010 07:09:49 +0000 (07:09 +0000)
maintenance/benchmarks/bench_HTTP_HTTPS.php
maintenance/benchmarks/bench_wfIsWindows.php

index 6c01b2f..5c37492 100644 (file)
@@ -26,7 +26,8 @@ require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
 class bench_HTTP_HTTPS extends Benchmarker {
 
        public function __construct() {
-               parent::__construct();  
+               parent::__construct();
+               $this->mDescription = "Benchmark HTTP request vs HTTPS request.";
        }
 
        public function execute() {
index 8017d11..975f72a 100644 (file)
@@ -26,7 +26,8 @@ require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
 class bench_wfIsWindows extends Benchmarker {
 
        public function __construct() {
-               parent::__construct();  
+               parent::__construct();
+               $this->mDescription = "Benchmark for wfIsWindows.";
        }
 
        public function execute() {