r47649 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47648‎ | r47649 | r47650 >
Date:05:01, 22 February 2009
Author:aaron
Status:ok
Tags:
Comment:
Tweak percentiles used
Modified paths:
  • /trunk/extensions/FlaggedRevs/maintenance/updateStats.inc (modified) (history)

Diff [purge]

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

Status & tagging log