summaryrefslogtreecommitdiff
path: root/android/bionic-benchmark.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-03-10 18:32:54 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-03-24 10:12:15 +0000
commit2da0739ca4a1157d5fb5095b6a5c21ec7cc548b2 (patch)
treebd41c5d0a0f654aed207c8b2bd93f45f955ac280 /android/bionic-benchmark.yaml
parentc058de275e948c8fe1d3671a0efbd23527c5b3aa (diff)
android: add tests of stringbench and libc-bench
and update the tests of bionic-benchmarks Change-Id: I548b1620487802654c7f32dedd5a81221f71ad0f Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android/bionic-benchmark.yaml')
-rw-r--r--android/bionic-benchmark.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/bionic-benchmark.yaml b/android/bionic-benchmark.yaml
index ac8b135..e6f522f 100644
--- a/android/bionic-benchmark.yaml
+++ b/android/bionic-benchmark.yaml
@@ -12,8 +12,9 @@ metadata:
- juno
params:
- LOOP_TIMES: 1
+ RECORD_RESULT_LOCAL: "FALSE"
+ LOOP_COUNT: "1"
run:
steps:
- - ./android/scripts/bionic-benchmarks.sh $LOOP_TIMES
+ - ./android/scripts/bionic-benchmarks.sh --record-csv ${RECORD_RESULT_LOCAL} --loop-count ${LOOP_COUNT}