summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
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