summaryrefslogtreecommitdiff
path: root/android/stringbench.yaml
blob: 9c4ee1abefa0f9efce27d05dfc25111e85abab58 (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: 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 is here now:
                  git://android.git.linaro.org/platform/external/stringbench"
    maintainer:
        - yongqin.liu@linaro.org
    os:
        - android
    scope:
        - performance
    devices:
        - juno

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

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