blob: 9c4ee1abefa0f9efce27d05dfc25111e85abab58 [file] [log] [blame]
Yongqin Liu2da07392015-03-10 18:32:54 +08001metadata:
2 name: stringbench
3 format: "Lava-Test-Shell Test Definition 1.0"
4 description: "Run stringbench command to benchmark the
5 performance of string relevant feature of bionic.
6 In the feature this test should be upstream to bionic-benchmarks.
7 The source is here now:
8 git://android.git.linaro.org/platform/external/stringbench"
9 maintainer:
10 - yongqin.liu@linaro.org
11 os:
12 - android
13 scope:
14 - performance
15 devices:
16 - juno
17
18params:
19 RECORD_RESULT_LOCAL: "FALSE"
20 LOOP_COUNT: "1"
21
22run:
23 steps:
24 - ./android/scripts/stringbench.sh --record-csv ${RECORD_RESULT_LOCAL} --loop-count ${LOOP_COUNT}