From: Enrico Tassi Date: Wed, 21 Dec 2005 15:55:14 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7943 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=bef16f9275581bd419fd633892c232c72a97a42e;hp=1e52600b6c984b29eb6e3c1f23b251e23186f8fa;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index f1b424bb0..333983e3b 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -42,7 +42,7 @@ $query_csc_opt = urlencode("Performances (opt and GC) per mark@@@select mark, SE $query_total = urlencode( -"Max N@@@select MAX(col) from tab where col = (select COUNT(DISTINCT test)) from bench group by mark order by mark desc)" +"Max N@@@select MAX(col) from tab where col = (select COUNT(DISTINCT test) from bench group by mark order by mark desc)" . "###" . "Number of compiled tests@@@select mark, COUNT(DISTINCT test) as N from bench group by mark order by mark desc" );