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}