summaryrefslogtreecommitdiff
path: root/openembedded/lmbench.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/lmbench.yaml')
-rw-r--r--openembedded/lmbench.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/openembedded/lmbench.yaml b/openembedded/lmbench.yaml
new file mode 100644
index 0000000..9590bc4
--- /dev/null
+++ b/openembedded/lmbench.yaml
@@ -0,0 +1,24 @@
+metadata:
+ name: lmbench
+ format: "Lava-Test-Shell Test Definition 1.0"
+ version: 1.0
+ description: "Lmbench Suite"
+ maintainer:
+ - anders.roxell@linaro.org
+
+ os:
+ - openembedded
+ devices:
+ - arndale
+ 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<test_case_id>[^:]+):\s*(?P<measurement>[0-9.]+)\s+(?P<units>\w+)\s+(?P<result>\w+)'