summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-30 15:23:47 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-30 15:23:47 +0000
commita200019f0cd60b96a4868ce35ea52e7475bc302a (patch)
tree20628802fe1360098f1fd72856b41d2fea2b9350
parent1213217f796570eaf9a7e7928f964bf4c6b2871d (diff)
Remove client.
-rwxr-xr-xprint-historic-results.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/print-historic-results.py b/print-historic-results.py
index de7b154..7c5f12b 100755
--- a/print-historic-results.py
+++ b/print-historic-results.py
@@ -34,7 +34,6 @@ if not os.path.exists(sys.argv[1]):
print "error: database {} was not found".format(sys.argv[1])
sys.exit(1)
-client_baseline = int(os.getenv('CLIENT_BASELINE'))
server_baseline = int(os.getenv('SERVER_BASELINE'))
zero_baseline = int(os.getenv('ZERO_BASELINE'))
@@ -51,8 +50,7 @@ and against the baseline performance of the client and server compilers \
on {}.".format(os.getenv('NGIGABYTES'), os.getenv('BASEDATE')))
body <= P("\
-Relative performance: Zero: 1.0, Client: {}, Server: {} taken on {}".format(os.getenv('CLIENT_BASELINE'),
- os.getenv('SERVER_BASELINE'),
+Relative performance: Zero: 1.0, Server: {} taken on {}".format(os.getenv('SERVER_BASELINE'),
os.getenv('BASEDATE')))
table = TABLE(border=1)