summaryrefslogtreecommitdiff
path: root/openembedded/lmbench.yaml
blob: 9e6a3a28af85ca7e670fa30ae96f0e42792d8f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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<test_case_id>[^:]+):\s*(?P<measurement>[0-9.]+)\s+(?P<units>\w+)\s+(?P<result>\w+)'