[svn] / ecrypt / trunk / scripts / collect  

svn: ecrypt/trunk/scripts/collect

Diff for /ecrypt/trunk/scripts/collect between version 103 and 104

version 103, Thu Sep 15 17:05:22 2005 UTC version 104, Thu Sep 15 17:09:32 2005 UTC
Line 35 
Line 35 
       <th>576 bytes</th>        <th>576 bytes</th>
       <th>1500 bytes</th>        <th>1500 bytes</th>
       <th>Imix</th>        <th>Imix</th>
         <th>Agility</th>
       <th>Key setup</th>        <th>Key setup</th>
       <th>IV setup</th>        <th>IV setup</th>
       <th>Variant</th>        <th>Variant</th>
Line 86 
Line 87 
   
             make_header "Results" $(find_css) > index.html;              make_header "Results" $(find_css) > index.html;
   
             first=true;              keysizes="";
             "$root/scripts/tabulate" speed_* | sort -n | while read line; do              "$root/scripts/tabulate" speed_* | sort -n | while read line; do
                 echo ${line#* } >> index.html;                  echo ${line#*;} >> index.html;
   
                 if [ "$first" = "true" ]; then                  keysize=${line%%;*};
                   keysize=${keysize#* };
   
                   if ! expr match "$keysizes" ".*$keysize.*" &> /dev/null; then
                     echo "    ${line//href=\'/href=\'$dir/}";                      echo "    ${line//href=\'/href=\'$dir/}";
                     first=false;                      keysizes="$keysizes $keysize";
                 fi                  fi
             done              done
   
Line 103 
Line 107 
             line=${line/"<tr>"/"<tr class='benchmark'>"};              line=${line/"<tr>"/"<tr class='benchmark'>"};
         fi          fi
   
         echo "    ${line#* }" >> index.html;          echo "    ${line#*;}" >> index.html;
   
         config=$(echo $line | sed 's/^.*<a[^<]*speed[^<]*>\([^<]*\)<.*$/\1/');          config=$(echo $line | sed 's/^.*<a[^<]*speed[^<]*>\([^<]*\)<.*$/\1/');
         awk '/^tag/ { print $3; exit; }' "$reports/configs/$config.mk";          awk '/^tag/ { print $3; exit; }' "$reports/configs/$config.mk";


Generate output suitable for use with a patch program
Legend:
Removed from v.103  
changed lines
  Added in v.104

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help