summaryrefslogtreecommitdiff
path: root/android/tjbench.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-05-19 12:34:35 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2015-05-19 14:33:09 +0800
commit10c705738a37c6a8c10d08b9fb87cb29a609ea80 (patch)
tree8dfadf5f914d7b94e6600261d757f1c6ca092452 /android/tjbench.yaml
parentb129f0d8e0b4352df8dc8d8e88efc64ab9e11dfc (diff)
android: update tjbench test
update tjbench test to support for both 64bit and 32bit and make it use the common framework to run and output the result Change-Id: Ice6701b6baa4716939f89379059a7b2bf8e55dea Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android/tjbench.yaml')
-rw-r--r--android/tjbench.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/android/tjbench.yaml b/android/tjbench.yaml
index 6190811..00caad6 100644
--- a/android/tjbench.yaml
+++ b/android/tjbench.yaml
@@ -6,7 +6,8 @@ metadata:
performance and the compression ratio obtained when compressing the test image as a JPEG image
and then decompressing the JPEG image back to its original, uncompressed form."
maintainer:
- - harigopal.gollamudi@linaro.org
+ - botao.sun@linaro.org
+ - yongqin.liu@linaro.org
os:
- android
scope:
@@ -19,10 +20,10 @@ metadata:
- vexpress-tc2
- juno
+params:
+ RECORD_RESULT_LOCAL: "FALSE"
+ LOOP_COUNT: "1"
+
run:
steps:
- - "disablesuspend.sh"
- - "./android/scripts/tjbench/tjbenchstart.sh"
-
-parse:
- pattern: "^(?P<test_case_id>\\S+)\\s+(?P<result>\\S+)\\s+(?P<measurement>[\\d.]+)\\s+(?P<units>\\S+)$"
+ - ./android/scripts/tjbench.sh --record-csv ${RECORD_RESULT_LOCAL} --loop-count ${LOOP_COUNT}