summaryrefslogtreecommitdiff
path: root/android/tjbench.yaml
blob: 11a6ca245344fc2e7256ba4f7b64d081a20fa0ff (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
28
metadata:
    format: "Lava-Test Test Definition 1.0"
    name: tjbench
    description: "Tjbench is used to benchmark the performance of libjpeg-turbo and libjpeg62 for android.
                  For each test image, the tjbench program is used to measure the compression and decompression
                  performance and the compression ratio obtained when compressing the test image as a JPEG image
                  and then decompressing the JPEG image back to its original, uncompressed form."
    maintainer:
        - yongqin.liu@linaro.org
    os:
        - android
    scope:
        - performance
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - juno

params:
    RECORD_RESULT_LOCAL: "FALSE"
    LOOP_COUNT: "1"

run:
    steps:
        - ./android/scripts/tjbench.sh --record-csv ${RECORD_RESULT_LOCAL} --loop-count ${LOOP_COUNT}