X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fscripts%2Fpublic_html%2Fbench.php;h=d1a5fc53eeb3f7721878873a15d2b77cc8534f5e;hb=3333b823bca374a0e6f4ca6e91cc1a674d3aa0e4;hp=8db85a1479e323f08f6ea84593ef1a061ca21275;hpb=2cb3819ec430ceefe27bac905ec824dac6ec616d;p=helm.git diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 8db85a147..d1a5fc53e 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -5,7 +5,7 @@ // queries ::= query | query "###" queries // query ::= name "@@@" sql // - + $quey_all = urlencode("Whole content:@@@select * from bench;"); $query_fail = urlencode( "Number of failures:@@@" . @@ -33,11 +33,16 @@ $query_auto = urlencode( # "GC overhead@@@select bench.mark, SEC_TO_TIME(SUM(TIME_TO_SEC(bench.time)) - SUM(TIME_TO_SEC(bench1.time))) as gc_hoverhead from bench, bench as bench1 where bench.mark = bench1.mark and bench.test = bench1.test and bench.options = 'gc-on' and bench1.options = 'gc-off' and bench.compilation = bench1.compilation and bench.test = 'auto.ma' group by mark;" ); -$query_csc = urlencode("Performances (byte and GC) per mark@@@select mark, SEC_TO_TIME(SUM(TIME_TO_SEC(time))) as sum_time, SEC_TO_TIME(SUM(TIME_TO_SEC(timeuser))) as sum_timeuser from bench where options = 'gc-on' and compilation = 'byte'group by mark order by mark desc;"); +$query_csc = urlencode("Performances (byte and GC) per mark@@@select mark, SEC_TO_TIME(SUM(TIME_TO_SEC(time))) as sum_time, SEC_TO_TIME(SUM(TIME_TO_SEC(timeuser))) as sum_timeuser from bench where options = 'gc-on' and compilation = 'byte'group by mark order by mark desc;" +); -$query_csc_opt = urlencode("Performances (opt and GC) per mark@@@select mark, SEC_TO_TIME(SUM(TIME_TO_SEC(time))) as sum_time, SEC_TO_TIME(SUM(TIME_TO_SEC(timeuser))) as sum_timeuser from bench where options = 'gc-on' and compilation = 'opt'group by mark order by mark desc;"); +$query_csc_opt = urlencode("Performances (opt and GC) per mark@@@select mark, SEC_TO_TIME(SUM(TIME_TO_SEC(time))) as sum_time, SEC_TO_TIME(SUM(TIME_TO_SEC(timeuser))) as sum_timeuser from bench where options = 'gc-on' and compilation = 'opt'group by mark order by mark desc;" +); -$query_total = urlencode("Number of compiled tests@@@select mark, COUNT(DISTINCT test) as N from bench group by mark order by mark desc;"); +$query_total = urlencode("Number of compiled tests@@@select mark, COUNT(DISTINCT test) as N from bench group by mark order by mark desc;" +# . "###" . +#"Lost tests" +); ?> @@ -55,27 +60,61 @@ $query_total = urlencode("Number of compiled tests@@@select mark, COUNT(DISTINCT
  • Auto performances
  • Global performances (bytecode)
  • Global performances (nativecode)
  • -
  • Number of compiled tests
  • +
  • Number of compiled tests
  • All table contents
  • Custom Query

    - - - - - - - -
    Marks: -
    Compilations: -
    Options: -
    Tests: -
    Test results: -
    Group By: -
    -
    - + + Marks: + + + + + + Compilations: + + + + + + Options: + + + + + + Tests: + + + + + + Test results: + + + + + + Group By: + + + + + + Limit: + + + + + + + + + +