summaryrefslogtreecommitdiff
path: root/android/0xbench.yaml
blob: 95b04ff9ab4c65e3ff96bbee6a4f797ea941bc51 (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
metadata:
    name: 0xbench
    format: "Lava-Test Test Definition 1.0"
    description: "0xbench integrates a series of benchmarks for Android system into the comprehensive benchmark suite.
                  The test suite constitutes of OpenGL|ES, 2D Canvas, 3D graphics, C library and System call."
    maintainer:
        - harigopal.gollamudi@linaro.org
    os:
        - android
    scope:
        - performance
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2

run:
    steps:
        - "./android/scripts/0xbench/0xbench.sh"

parse:
    pattern: "^(?P<test_case_id>\\S*\\s*\\S+)\\s+(?P<measurement>[\\d\\.]+)\\s+(?P<units>\\S+)\\s+(?P<result>\\S+)$"