Clarified test description

This commit is contained in:
Nils Steinger 2017-05-28 10:49:42 +02:00
parent b02244c14b
commit 3e2fe546c0
1 changed files with 2 additions and 2 deletions

View File

@ -167,13 +167,13 @@ printf '\n'
# ioping
printf 'ioping: seek rate\n '
./ioping.static -R -w 5 . | tail -n 1
printf 'ioping: sequential speed\n '
printf 'ioping: sequential read speed\n '
./ioping.static -RL -w 5 . | tail -n 2 | head -n 1
printf '\n'
# dd disk test
printf 'dd test\n'
printf 'dd: sequential write speed\n'
if [ -z "$gnu_dd" ]
then