summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-10-25 20:49:44 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2016-10-25 20:49:44 +0800
commitc50a99ebb5835501181f4e34417e38fc819a6280 (patch)
treee1fb27a32c31efee6da4226eec49a6570997debd /android
parent77462f1f7daa7a38a1e4e75cfc4f8fc65b2d7112 (diff)
android tjbench: adjust the test name
so that the test will have proper prefix Change-Id: Ibfa9b53054560418ea431d7f32c942989a49194a Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android')
-rwxr-xr-xandroid/scripts/tjbench.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/tjbench.sh b/android/scripts/tjbench.sh
index 3d8ae81..55c40d7 100755
--- a/android/scripts/tjbench.sh
+++ b/android/scripts/tjbench.sh
@@ -25,7 +25,7 @@ func_tjbench(){
compPerf=$(echo $line|cut -d, -f7)
compRatio=$(echo $line|cut -d, -f8)
decompPerf=$(echo $line|cut -d, -f9)
- key="${key}_${cmd}_${img}_95_rgb"
+ key="${cmd}_${key}_${img}_95_rgb"
if [ -n "$*" ]; then
key="${key}_$*"
fi