summaryrefslogtreecommitdiff
path: root/android/libc-bench.yaml
blob: fd64f492407ad2ff626dfc7033cf38f7de940211 (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:
    name: libc-bench
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run libc-bench command to benchmark the
                  performance of bionic.
                  The source is here now:
                  git://android.git.linaro.org/platform/external/libc-bench"
    maintainer:
        - yongqin.liu@linaro.org
    os:
        - android
    scope:
        - performance
    devices:
        - juno

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

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