IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2008, 11:30:10 AM (18 years ago)
Author:
eugene
Message:

minor fixes to tests to improve speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/test/list.sh

    r16059 r16894  
    117117 $startmem = $word:1
    118118
    119  for i 0 1000
     119 for i 0 100
    120120  list check3 -x "ls /dev/null"
    121121 end   
     
    129129   $PASS = 0
    130130   echo "growth: {$endmem-$startmem}"
    131    echo "kB/loop: {($endmem-$startmem)/1000}"
     131   echo "kB/loop: {($endmem-$startmem)/100}"
    132132 end
    133133
     
    153153 $startmem = $word:1
    154154
    155  for i 0 1000
     155 for i 0 100
    156156  list check4 -x "cat list_test.txt"
    157157 end   
     
    165165   $PASS = 0
    166166   echo "growth: {$endmem-$startmem}"
    167    echo "kB/loop: {($endmem-$startmem)/1000}"
     167   echo "kB/loop: {($endmem-$startmem)/100}"
    168168 end
    169169
Note: See TracChangeset for help on using the changeset viewer.