Changeset 16894 for trunk/Ohana/src/opihi/cmd.basic/test/list.sh
- Timestamp:
- Mar 8, 2008, 11:30:10 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/test/list.sh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/test/list.sh
r16059 r16894 117 117 $startmem = $word:1 118 118 119 for i 0 100 0119 for i 0 100 120 120 list check3 -x "ls /dev/null" 121 121 end … … 129 129 $PASS = 0 130 130 echo "growth: {$endmem-$startmem}" 131 echo "kB/loop: {($endmem-$startmem)/100 0}"131 echo "kB/loop: {($endmem-$startmem)/100}" 132 132 end 133 133 … … 153 153 $startmem = $word:1 154 154 155 for i 0 100 0155 for i 0 100 156 156 list check4 -x "cat list_test.txt" 157 157 end … … 165 165 $PASS = 0 166 166 echo "growth: {$endmem-$startmem}" 167 echo "kB/loop: {($endmem-$startmem)/100 0}"167 echo "kB/loop: {($endmem-$startmem)/100}" 168 168 end 169 169
Note:
See TracChangeset
for help on using the changeset viewer.
