]> matita.cs.unibo.it Git - helm.git/commitdiff
fix
authorEnrico Tassi <enrico.tassi@inria.fr>
Wed, 21 Dec 2005 15:55:14 +0000 (15:55 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Wed, 21 Dec 2005 15:55:14 +0000 (15:55 +0000)
helm/matita/scripts/public_html/bench.php

index f1b424bb096f4442206c4983ed2875642b57644a..333983e3b32bd7086f6cca3ad73f05afc3b96c42 100644 (file)
@@ -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"
 );