From c50a99ebb5835501181f4e34417e38fc819a6280 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Tue, 25 Oct 2016 20:49:44 +0800 Subject: android tjbench: adjust the test name so that the test will have proper prefix Change-Id: Ibfa9b53054560418ea431d7f32c942989a49194a Signed-off-by: Yongqin Liu --- android/scripts/tjbench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') 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 -- cgit v1.2.3