]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/public_html/bench.php
fix
[helm.git] / helm / matita / scripts / public_html / bench.php
index 56e43eb5c25f85122177675d8630b71d7ed29c47..9ca1eb517f137c3a2c03ce787d1c3a5c5e7ec324 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 COUNT(DISTINCT test) as N from bench group by mark order by N desc LIMIT 0,1;"
+"Max N@@@select COUNT(DISTINCT test) as MAX from bench group by mark order by MAX desc LIMIT 0,1;"
   . "###" .
   "Number of compiled tests@@@select mark, COUNT(DISTINCT test) as N from bench group by mark order by mark desc***"
 );