Make ext2_copy_files_bw script consistent with description

This commit is contained in:
Yuke Peng 2024-12-11 09:50:41 +08:00 committed by Tate, Hongliang Tian
parent 2ec907875c
commit 2b767c774d

View File

@ -6,4 +6,5 @@ set -e
echo "*** Running the LMbench lmdd test ***"
echo -n "lmdd result: " & /benchmark/bin/lmbench/lmdd if=/dev/zero of=/ext2/test_file bs=1M count=512
dd if=/dev/zero of=/ext2/zero_file bs=1M count=512
echo -n "lmdd result: " & /benchmark/bin/lmbench/lmdd if=/ext2/zero_file of=/ext2/test_file