summaryrefslogtreecommitdiff
path: root/glbenchmark-2.5.1
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-06-09 23:23:06 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2015-06-11 13:46:52 +0800
commitac9ab343a559ef0945cf498f9e19a41750bb8abb (patch)
treee7971c004ee4104cb67189f4763017f0057aa4a9 /glbenchmark-2.5.1
parentaca32cd731eb7cb9f2aac7963bdb131b7a8b6646 (diff)
Add support for output the standard deviation
Add the prefix for all the tests And output the standard deviation and standard error for each test item Except the GFCBench3, all other tests have been verified on LAVA. Change-Id: I54dc04cdbf3ed9e36e996264d56a3634e722a0b1 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'glbenchmark-2.5.1')
-rwxr-xr-xglbenchmark-2.5.1/vc.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/glbenchmark-2.5.1/vc.py b/glbenchmark-2.5.1/vc.py
index 384a6f4..e810b19 100755
--- a/glbenchmark-2.5.1/vc.py
+++ b/glbenchmark-2.5.1/vc.py
@@ -9,9 +9,11 @@ from subprocess import call
from com.dtmilano.android.viewclient import ViewClient
curdir = os.path.realpath(os.path.dirname(__file__))
+f_output_result="%s/../common/output-test-result.sh" % curdir
+
def collect_score(benchmark_name, run_result, score_number, score_unit):
- call(['lava-test-case', benchmark_name, '--result', run_result, '--measurement', str(score_number), '--units', score_unit])
+ call([f_output_result, "glbenchmark251_" + benchmark_name, run_result, str(score_number), score_unit])
def getText(node):
children = node.childNodes