metadata: name: lmbench format: "Lava-Test-Shell Test Definition 1.0" version: 1.0 description: "Lmbench test Suite for Linaro OpenEmbedded builds. lmbench is a suite of simple, portable, ANSI/C microbenchmarks for UNIX/POSIX. In general, it measures two key features: latency and bandwidth." maintainer: - anders.roxell@linaro.org os: - openembedded devices: - arndale - juno scope: - performance run: steps: - './common/scripts/lmbench.sh 2>&1| tee lmbench.log' - './common/scripts/parse_lmbench.sh lmbench.log ms result_lmbench.log' - 'cat result_lmbench.log' - 'lava-test-run-attach result_lmbench.log text/plain' parse: pattern: '^(?P[^:]+):\s*(?P[0-9.]+)\s+(?P\w+)\s+(?P\w+)'