Fix lmbench exec and shell scripts
This commit is contained in:
parent
c43c07c9fb
commit
60ca395f24
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue