summaryrefslogtreecommitdiff
path: root/openembedded/hackbench.yaml
blob: d7aeaba39cd7ccc30834438b8a08b18c9ff713ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
metadata:
    name: hackbench
    format: "Lava-Test-Shell Test Definition 1.0"
    version: 1.0
    description: "Hackbench Suite"
    maintainer:
        - ciprian.barbu@linaro.org
        - anders.roxell@linaro.org
    os:
        - openembedded
    devices:
        - arndale
    scope:
        - performance
        - preempt-rt

run:
    steps:
        - for i in {1..1000}; do timeout 10s hackbench | tee -a hackbench_res.txt; done
        - ./common/scripts/min_max_avg_parse.py hackbench_res.txt "Time:" "Seconds"

parse:
    pattern: '^(?P<test_case_id>[^:]+):\s*(?P<measurement>[0-9.]+)\s+(?P<units>\w+)\s+(?P<result>\w+)'