From ca672a81c5d0da41e43a6bd5704c0e45e76eec2e Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 18 Apr 2011 21:37:23 +0000 Subject: buildtime stats update --- index.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index d25ce93..163afe0 100644 --- a/index.php +++ b/index.php @@ -398,11 +398,15 @@ if ($total > 0) { $s .= ''; - $s .= sprintf('', - $buildtime_avg, round($buildtime_avg / $buildtime_cnt, 1)); + $s .= sprintf(' + + ', + $buildtime_avg, + round($buildtime_avg / $buildtime_cnt, 1), + $buildtime_cnt); $s .= $bts; - $s .= '
Build time
DurationPack. nb.
Total time%s
Average%s
Total time%s
Average%s
Builds count%s
'; + $s .= 'Does not take build failures into account.'; $s .= ''; -- cgit v1.2.1