summaryrefslogtreecommitdiff
path: root/android/libc-bench.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/libc-bench.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/libc-bench.yaml')
-rw-r--r--android/libc-bench.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/android/libc-bench.yaml b/android/libc-bench.yaml
new file mode 100644
index 0000000..fd64f49
--- /dev/null
+++ b/android/libc-bench.yaml
@@ -0,0 +1,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}