From: Enrico Tassi Date: Wed, 21 Dec 2005 15:39:27 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7954 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=d5e20133aa0476d1b723504721d70ca74d4d7729;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 560d065e9..efa61dc7a 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -40,9 +40,11 @@ $query_csc = urlencode("Performances (byte and GC) per mark@@@select mark, SEC_T $query_csc_opt = urlencode("Performances (opt and GC) per mark@@@select mark, SEC_TO_TIME(SUM(TIME_TO_SEC(time))) as sum_time, SEC_TO_TIME(SUM(TIME_TO_SEC(timeuser))) as sum_timeuser from bench where options = 'gc-on' and compilation = 'opt'group by mark order by mark desc" ); -$query_total = urlencode("Number of compiled tests@@@select mark, COUNT(DISTINCT test) as N from bench group by mark order by mark desc" -# . "###" . -#"Lost tests" +$query_total = urlencode( + +"Max N@@@select MAX(COUNT(DISTINCT test)) from bench group by mark" + . "###" . + "Number of compiled tests@@@select mark, COUNT(DISTINCT test) as N from bench group by mark order by mark desc" ); function minus1_to_all($s){