summaryrefslogtreecommitdiff
path: root/android/glmark2.yaml
blob: 9791cd7defe472c26fdf301e99aa696f768d85cf (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:
    format: "Lava-Test Test Definition 1.0"
    name: glmark2
    description: "Glmark2 test for android is an OpenGL 2.0 and ES 2.0 benchmark. The Glmark2 test suite is used to
                  measure different aspects of OpenGL (ES) 2.0 performance like video, graphics and display."
    maintainer:
        - harigopal.gollamudi@linaro.org
    os:
        - android
    scope:
        - performance
    devices:
        - arndale
        - panda
        - panda-es
        - juno

run:
    steps:
        - "./android/scripts/glmark2.sh"

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