r110940 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110939‎ | r110940 | r110941 >
Date:16:49, 8 February 2012
Author:hashar
Status:ok
Tags:
Comment:
Fix doc for maintenance/benchmarks
Modified paths:
  • /trunk/phase3/maintenance/benchmarks/Benchmarker.php (modified) (history)
  • /trunk/phase3/maintenance/benchmarks/bench_HTTP_HTTPS.php (modified) (history)
  • /trunk/phase3/maintenance/benchmarks/bench_delete_truncate.php (modified) (history)
  • /trunk/phase3/maintenance/benchmarks/bench_if_switch.php (modified) (history)
  • /trunk/phase3/maintenance/benchmarks/bench_strtr_str_replace.php (modified) (history)
  • /trunk/phase3/maintenance/benchmarks/bench_wfIsWindows.php (modified) (history)
  • /trunk/phase3/maintenance/benchmarks/benchmarkHooks.php (modified) (history)
  • /trunk/phase3/maintenance/benchmarks/benchmarkPurge.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/benchmarks/benchmarkPurge.php
@@ -18,7 +18,7 @@
1919 * http://www.gnu.org/copyleft/gpl.html
2020 *
2121 * @file
22 - * @ingroup Maintenance
 22+ * @ingroup Benchmark
2323 */
2424
2525 require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
Index: trunk/phase3/maintenance/benchmarks/bench_if_switch.php
@@ -18,8 +18,8 @@
1919 * http://www.gnu.org/copyleft/gpl.html
2020 *
2121 * @file
22 - * @ingroup Maintenance
23 - * @author Platonides
 22+ * @ingroup Benchmark
 23+ * @author Platonides
2424 */
2525
2626 require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
Index: trunk/phase3/maintenance/benchmarks/benchmarkHooks.php
@@ -16,7 +16,7 @@
1717 * http://www.gnu.org/copyleft/gpl.html
1818 *
1919 * @file
20 - * @ingroup Maintenance
 20+ * @ingroup Benchmark
2121 */
2222
2323 require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
Index: trunk/phase3/maintenance/benchmarks/bench_HTTP_HTTPS.php
@@ -18,8 +18,8 @@
1919 * http://www.gnu.org/copyleft/gpl.html
2020 *
2121 * @file
22 - * @ingroup Maintenance
23 - * @author Platonides
 22+ * @ingroup Benchmark
 23+ * @author Platonides
2424 */
2525
2626 require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
Index: trunk/phase3/maintenance/benchmarks/bench_strtr_str_replace.php
@@ -1,4 +1,8 @@
22 <?php
 3+/**
 4+ * @file
 5+ * @ingroup Benchmark
 6+ */
37
48 require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
59
Index: trunk/phase3/maintenance/benchmarks/Benchmarker.php
@@ -1,6 +1,7 @@
22 <?php
33 /**
44 * @defgroup Benchmark Benchmark
 5+ * @ingroup Maintenance
56 */
67
78 /**
@@ -23,7 +24,7 @@
2425 *
2526 * @todo Report PHP version, OS ..
2627 * @file
27 - * @ingroup Maintenance Benchmark
 28+ * @ingroup Benchmark
2829 */
2930
3031 require_once( dirname( __FILE__ ) . '/../Maintenance.php' );
Index: trunk/phase3/maintenance/benchmarks/bench_wfIsWindows.php
@@ -18,8 +18,8 @@
1919 * http://www.gnu.org/copyleft/gpl.html
2020 *
2121 * @file
22 - * @ingroup Maintenance
23 - * @author Platonides
 22+ * @ingroup Benchmark
 23+ * @author Platonides
2424 */
2525
2626 require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
Index: trunk/phase3/maintenance/benchmarks/bench_delete_truncate.php
@@ -1,4 +1,8 @@
22 <?php
 3+/**
 4+ * @file
 5+ * @ingroup Benchmark
 6+ */
37
48 require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
59

Status & tagging log