[svn] / ecrypt / trunk / scripts / run  

svn: ecrypt/trunk/scripts/run

Diff for /ecrypt/trunk/scripts/run between version 79 and 84

version 79, Sun Aug 21 16:13:31 2005 UTC version 84, Sun Aug 21 16:54:17 2005 UTC
Line 18 
Line 18 
 [ -n "$srcdir" ] || srcdir=$root;  [ -n "$srcdir" ] || srcdir=$root;
   
 vectors=unverified.test-vectors;  vectors=unverified.test-vectors;
 cpu_speed=$(tail -n 1 "$config/cpuinfo");  cpu_speed=$(tail -n 1 "$reports/cpuinfo");
   
 if [ -r "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq" ]; then  if [ -r "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq" ]; then
     status 1 "warming up CPU";      status 1 "warming up CPU";
Line 175 
Line 175 
             && [ $(echo "$cycles / $(<fastest) > 1.01" | bc -l) = 1 ] \              && [ $(echo "$cycles / $(<fastest) > 1.01" | bc -l) = 1 ] \
             && break;              && break;
   
         [ "$detailed" = "true" ] && ([ ! -r fastest ]          [ "$detailed" = "true" ] && ([ ! -r fastest ] \
             || [ $(echo "$cycles < $(<fastest)" | bc -l) = 1 ]) \              || [ $(echo "$cycles < $(<fastest)" | bc -l) = 1 ]) \
             && echo "$cycles" > fastest;              && echo "$cycles" > fastest;
   


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

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help