r48996 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48995‎ | r48996 | r48997 >
Date:12:18, 29 March 2009
Author:aaron
Status:ok
Tags:
Comment:
Start at P35 for time table
Modified paths:
  • /trunk/extensions/FlaggedRevs/maintenance/updateStats.inc (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/maintenance/updateStats.inc
@@ -205,7 +205,7 @@
206206 $rank = round( count($times)/2 + .5 ) - 1;
207207 $medianRT = $times[$rank];
208208 // Make percentile tabulation data
209 - $percentile = 45; // start at 30th
 209+ $percentile = 35; // start at 35th
210210 while( $percentile < 100 ) {
211211 $rank = round( $percentile*count($times)/100 + .5 ) - 1;
212212 $data[$percentile] = $times[$rank];

Status & tagging log