Fix lmbench exec and shell scripts

This commit is contained in:
Yuke Peng 2024-07-29 22:42:36 +08:00 committed by Tate, Hongliang Tian
parent c43c07c9fb
commit 60ca395f24
2 changed files with 4 additions and 0 deletions

View File

@ -6,4 +6,6 @@ set -e
echo "*** Running the LMbench exec latency test ***"
mkdir /tmp
cp /benchmark/bin/lmbench/hello /tmp/
/benchmark/bin/lmbench/lat_proc -P 1 exec

View File

@ -6,4 +6,6 @@ set -e
echo "*** Running the LMbench shell latency test ***"
mkdir /tmp
cp /benchmark/bin/lmbench/hello /tmp/
/benchmark/bin/lmbench/lat_proc -P 1 shell