From: Enrico Tassi Date: Wed, 21 Dec 2005 15:40:35 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7953 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e2b6af273ccee4b15fb26a5d5353a11624bd8b3c;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index efa61dc7a..f0eb6110c 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(COUNT(DISTINCT test)) from bench group by mark" +"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" );