summaryrefslogtreecommitdiff
path: root/automated/android/stringbench/stringbench.yaml
blob: ec58bce4bc39f10f402afea7176d1500d1370e93 (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
29
30
metadata:
    name: stringbench
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run stringbench command to benchmark the performance of
                  string relevant feature of bionic. In the feature this test
                  should be upstream to bionic-benchmarks.
                  The source can be viewed here:
                  https://android-git.linaro.org/git/platform/external/stringbench.git"
    maintainer:
        - yongqin.liu@linaro.org
        - chase.qi@linaro.org
    os:
        - android
    scope:
        - performance
    devices:
        - juno
        - hi6220-hikey

params:
    # Specify device serial no. when more than one device connected.
    ANDROID_SERIAL: ""
    # Specify timeout in seconds for wait_boot_completed
    BOOT_TIMEOUT: "300"

run:
    steps:
        - cd ./automated/android/stringbench
        - ./stringbench.sh -s "${ANDROID_SERIAL}" -t "${BOOT_TIMEOUT}"
        - ../../utils/send-to-lava.sh ./output/result.txt