Report cached and buffered read speeds

This commit is contained in:
Bob Mottram 2018-04-21 19:40:20 +01:00
parent f1a541cde8
commit d01654f9e8
1 changed files with 1 additions and 1 deletions

View File

@ -1817,7 +1817,7 @@ function performance_benchmarks {
fi
echo ''
echo $"Testing read speed of drive $test_drive"
hdparm -t $test_drive
hdparm -tT $test_drive
any_key
}