aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/playbooks/result_transform/ubench_transform.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-07-15 02:34:31 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-15 02:34:31 +0000
commitd24a9f7101a0eacdd4dfae75509d1839ac07ad79 (patch)
tree2134ddbc4bbb74aabb3bd1e84960fb1aac885c7d /benchmarks/playbooks/result_transform/ubench_transform.py
parentb184818fb598227f19bc821ee1ef9049165265e0 (diff)
parentf385a6d107b3c5c479583e74e18ef3c5fa55b304 (diff)
Merge "Fix pep8 errors for python files in benchmarks,data,dashboard"
Diffstat (limited to 'benchmarks/playbooks/result_transform/ubench_transform.py')
-rw-r--r--benchmarks/playbooks/result_transform/ubench_transform.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/playbooks/result_transform/ubench_transform.py b/benchmarks/playbooks/result_transform/ubench_transform.py
index f15943d7..3c8ba1d8 100644
--- a/benchmarks/playbooks/result_transform/ubench_transform.py
+++ b/benchmarks/playbooks/result_transform/ubench_transform.py
@@ -1,7 +1,6 @@
import os
import json
import pickle
-import datetime
total_cpu = os.popen(
"cat $HOME/tempT/UnixBench/results/* | grep 'of tests' | awk '{print $1;}' | awk 'NR==1'").read().rstrip()