error: cat: results/x84_64-linux-gnu/taishan200-2280-2s48p-256g--a28.0 No such file or directory
Signed-off-by: Bai Jing 799286817@qq.com --- tests/lmbench3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/lmbench3 b/tests/lmbench3 index 8570a35a..f09c49e2 100755 --- a/tests/lmbench3 +++ b/tests/lmbench3 @@ -138,7 +138,7 @@ run_lmbench3_development()
eval "$test=yes"
- sed -i '/lat_pagefault -P $SYNC_MAX $FILE/i [ -f $FILE ] || dd if=/dev/zero of=$FILE count=1 bs=1G' bin/x86_64-linux-gnu/lmbench + sed -i '/lat_pagefault -P $SYNC_MAX $FILE/i [ -f $FILE ] || dd if=/dev/zero of=$FILE count=1 bs=1G' bin/aarch64-linux-gnu/lmbench log_eval " ( echo $nr_threads @@ -177,7 +177,7 @@ run_lmbench3_development()
show_result() { - cat results/x86_64-linux-gnu/$testbox.0 || { + cat results/aarch64-linux-gnu/$testbox.0 || { echo "no test result found" exit -1 }
On Thu, Oct 22, 2020 at 06:47:02PM +0800, Bai Jing wrote:
error: cat: results/x84_64-linux-gnu/taishan200-2280-2s48p-256g--a28.0 No such file or directory
Signed-off-by: Bai Jing 799286817@qq.com
tests/lmbench3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/lmbench3 b/tests/lmbench3 index 8570a35a..f09c49e2 100755 --- a/tests/lmbench3 +++ b/tests/lmbench3 @@ -138,7 +138,7 @@ run_lmbench3_development()
eval "$test=yes"
- sed -i '/lat_pagefault -P $SYNC_MAX $FILE/i [ -f $FILE ] || dd if=/dev/zero of=$FILE count=1 bs=1G' bin/x86_64-linux-gnu/lmbench
- sed -i '/lat_pagefault -P $SYNC_MAX $FILE/i [ -f $FILE ] || dd if=/dev/zero of=$FILE count=1 bs=1G' bin/aarch64-linux-gnu/lmbench
Can you get the arch form test machine or job yaml then sed it? Thanks, Xueliang
log_eval " ( echo $nr_threads @@ -177,7 +177,7 @@ run_lmbench3_development()
show_result() {
- cat results/x86_64-linux-gnu/$testbox.0 || {
- cat results/aarch64-linux-gnu/$testbox.0 || { echo "no test result found" exit -1 }
-- 2.23.0
On Thu, Oct 22, 2020 at 07:15:43PM +0800, Cao Xueliang wrote:
On Thu, Oct 22, 2020 at 06:47:02PM +0800, Bai Jing wrote:
error: cat: results/x84_64-linux-gnu/taishan200-2280-2s48p-256g--a28.0 No such file or directory
Signed-off-by: Bai Jing 799286817@qq.com
tests/lmbench3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/lmbench3 b/tests/lmbench3 index 8570a35a..f09c49e2 100755 --- a/tests/lmbench3 +++ b/tests/lmbench3 @@ -138,7 +138,7 @@ run_lmbench3_development()
eval "$test=yes"
- sed -i '/lat_pagefault -P $SYNC_MAX $FILE/i [ -f $FILE ] || dd if=/dev/zero of=$FILE count=1 bs=1G' bin/x86_64-linux-gnu/lmbench
- sed -i '/lat_pagefault -P $SYNC_MAX $FILE/i [ -f $FILE ] || dd if=/dev/zero of=$FILE count=1 bs=1G' bin/aarch64-linux-gnu/lmbench
Ok, I got it. Thanks, Baijing
log_eval " ( echo $nr_threads @@ -177,7 +177,7 @@ run_lmbench3_development()
show_result() {
- cat results/x86_64-linux-gnu/$testbox.0 || {
- cat results/aarch64-linux-gnu/$testbox.0 || { echo "no test result found" exit -1 }
-- 2.23.0
On Thu, Oct 22, 2020 at 06:47:02PM +0800, Bai Jing wrote:
error: cat: results/x84_64-linux-gnu/taishan200-2280-2s48p-256g--a28.0 No such file or directory
Signed-off-by: Bai Jing 799286817@qq.com
tests/lmbench3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/lmbench3 b/tests/lmbench3 index 8570a35a..f09c49e2 100755 --- a/tests/lmbench3 +++ b/tests/lmbench3 @@ -138,7 +138,7 @@ run_lmbench3_development()
eval "$test=yes"
- sed -i '/lat_pagefault -P $SYNC_MAX $FILE/i [ -f $FILE ] || dd if=/dev/zero of=$FILE count=1 bs=1G' bin/x86_64-linux-gnu/lmbench
- sed -i '/lat_pagefault -P $SYNC_MAX $FILE/i [ -f $FILE ] || dd if=/dev/zero of=$FILE count=1 bs=1G' bin/aarch64-linux-gnu/lmbench
whether can support x86_64 and aarch64 by parameter?
log_eval " ( echo $nr_threads @@ -177,7 +177,7 @@ run_lmbench3_development()
show_result() {
- cat results/x86_64-linux-gnu/$testbox.0 || {
- cat results/aarch64-linux-gnu/$testbox.0 || { echo "no test result found" exit -1
^-----append indents. Thanks, Liushaofei
}
2.23.0