Admin/isatest/isatest-stats
changeset 24831 887d1b32a1a5
parent 24489 d4967d2188d6
child 25547 ffa6e91b7add
equal deleted inserted replaced
24830:a7b3ab44d993 24831:887d1b32a1a5
     5 #
     5 #
     6 # DESCRIPTION: Standard statistics.
     6 # DESCRIPTION: Standard statistics.
     7 
     7 
     8 THIS=$(cd "$(dirname "$0")"; pwd -P)
     8 THIS=$(cd "$(dirname "$0")"; pwd -P)
     9 
     9 
    10 PLATFORMS="at-poly at-sml-dev at-mac-poly-e at64-poly-e at-poly-5.1-para-e at64-poly-5.1-para-e at-mac-poly-5.1-para-e"
    10 PLATFORMS="at-poly at-sml-dev at64-poly-e at64-poly-5.1-para-e at-mac-poly-5.1-para-e afp"
    11 SESSIONS="\
    11 
       
    12 ISABELLE_SESSIONS="\
    12   HOL \
    13   HOL \
    13   HOL-Algebra \
    14   HOL-Algebra \
    14   HOL-Auth \
    15   HOL-Auth \
    15   HOL-Bali \
    16   HOL-Bali \
    16   HOL-Complex \
    17   HOL-Complex \
    28   HOL-ex \
    29   HOL-ex \
    29   ZF \
    30   ZF \
    30   ZF-Constructible\
    31   ZF-Constructible\
    31   ZF-UNITY"
    32   ZF-UNITY"
    32 
    33 
       
    34 AFP_SESSIONS="\
       
    35   CoreC++\
       
    36   HOL-DiskPaxos\
       
    37   HOL-Fermat3_4\
       
    38   HOL-Flyspeck-Tame\
       
    39   HOL-Group-Ring-Module\
       
    40   HOL-Jinja\
       
    41   HOL-JiveDataStoreModel\
       
    42   HOL-POPLmark-deBruijn\
       
    43   HOL-RSAPSS\
       
    44   HOL-SumSquares\
       
    45   HOL-Valuation"
       
    46 
    33 for PLATFORM in $PLATFORMS
    47 for PLATFORM in $PLATFORMS
    34 do
    48 do
       
    49   if [ "$PLATFORM" = afp ]; then
       
    50     SESSIONS="$AFP_SESSIONS"
       
    51   else
       
    52     SESSIONS="$ISABELLE_SESSIONS"
       
    53   fi
       
    54 
    35   "$THIS/isatest-statistics" "stats/$PLATFORM" "$PLATFORM" ${1:-100} $SESSIONS
    55   "$THIS/isatest-statistics" "stats/$PLATFORM" "$PLATFORM" ${1:-100} $SESSIONS
    36   cat > "stats/$PLATFORM.html" <<EOF
    56   cat > "stats/$PLATFORM.html" <<EOF
    37 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
    57 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
    38 <html>
    58 <html>
    39 <head><title>Development Snapshot -- Performance Statistics</title></head>
    59 <head><title>Development Snapshot -- Performance Statistics</title></head>