$name : ";
if (strpos($q, urlencode("***")) === false) {
echo "all";
} else {
foreach($limits as $l) {
$q1 = str_replace(urlencode("***"), " LIMIT 0,$l", $q);
echo "" .
minus1_to_all($l) . " ";
}
$q1 = str_replace(urlencode("***"), " ", $q);
echo "" .
minus1_to_all("-1") . " ";
}
echo "";
}
?>
QUERY the benchmark system
Common Queries
links_of("Broken tests",$query_fail,$limits) ?>
links_of("Garbage collector killer",$query_gc,$limits) ?>
links_of("Auto performances",$query_auto,$limits) ?>
links_of("Global performances (bytecode)",$query_csc,$limits) ?>
links_of("Global performances (nativecode)",$query_csc_opt,$limits) ?>
links_of("Number of compiled tests",$query_total,$limits) ?>
links_of("All table contents",$quey_all,$limits) ?>
Custom Query - Simple Interface
Custom Query - raw SQL