| Index: www/benchmarks/cron.php |
| diff --git a/www/benchmarks/cron.php b/www/benchmarks/cron.php |
| index a86e9b811fdea0f6fc59858d05589caff4b3a641..433c1741aaa565dd4b719242bf612a512c75bab4 100644 |
| --- a/www/benchmarks/cron.php |
| +++ b/www/benchmarks/cron.php |
| @@ -533,7 +533,7 @@ function AggregateResults($benchmark, &$state, $options) { |
| } |
| // store a list of metrics that we aggregate in the info block |
| - $info['metrics'] = array('TTFB', 'bytesOut', 'bytesOutDoc', 'bytesIn', 'bytesInDoc', |
| + $info['metrics'] = array('TTFB', 'basePageSSLTime', 'bytesOut', 'bytesOutDoc', 'bytesIn', 'bytesInDoc', |
| 'connections', 'requests', 'requestsDoc', 'render', |
| 'fullyLoaded', 'docTime', 'domTime', 'score_cache', 'score_cdn', |
| 'score_gzip', 'score_keep-alive', 'score_compress', 'gzip_total', 'gzip_savings', |