From 2b767c774d0297ecb5ffb5e3f47879d0686d1381 Mon Sep 17 00:00:00 2001 From: Yuke Peng Date: Wed, 11 Dec 2024 09:50:41 +0800 Subject: [PATCH] Make `ext2_copy_files_bw` script consistent with description --- test/benchmark/lmbench/ext2_copy_files_bw/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/benchmark/lmbench/ext2_copy_files_bw/run.sh b/test/benchmark/lmbench/ext2_copy_files_bw/run.sh index df519df0f..093a7da15 100644 --- a/test/benchmark/lmbench/ext2_copy_files_bw/run.sh +++ b/test/benchmark/lmbench/ext2_copy_files_bw/run.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file