Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
Infra
/
lava
/
qa
/
test-definitions
/
refs/heads/gts-6.0-testbranch
/
.
/
common
/
scripts
/
lmbench.sh
blob: e985f1d686722d0e060d93ffc83a0ff284407ceb [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
echo
"BEGIN LMBENCH"
for
i
in
$
(
seq
1
1000
)
do
echo
"lat_ctx iteration number $i "
/
usr
/
bin
/
lat_ctx
-
s
64
2
/
usr
/
bin
/
lat_ctx
-
s
64
8
/
usr
/
bin
/
lat_ctx
-
s
64
16
/
usr
/
bin
/
lat_ctx
-
s
64
20
done
echo
"END LMBENCH"