summaryrefslogtreecommitdiff
path: root/smartbench2012/extract_results.sh
diff options
context:
space:
mode:
Diffstat (limited to 'smartbench2012/extract_results.sh')
-rwxr-xr-xsmartbench2012/extract_results.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/smartbench2012/extract_results.sh b/smartbench2012/extract_results.sh
deleted file mode 100755
index c015ed4..0000000
--- a/smartbench2012/extract_results.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-local_this_parent="$(cd $(dirname $0);pwd)"
-source "${local_this_parent}/../common/common.sh"
-
-SCORE=`awk -F'[][]' '/SBGlobal.nProductivityIndex/{k=$2}END{print k}' ${F_LOGCAT}`
-UNIT="points"
-
-echo "Score is: $SCORE"
-output_test_result SmartbenchScore pass $SCORE $UNIT