summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-30 16:09:08 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-30 16:09:08 +0000
commit72234f904c896d828a980db94b1d75f67a079dd7 (patch)
treef6eb39d0f287f7e87c1d3ece823e5430ebbbaa5f
parent42b081b7daa16b63a754f47e1c01c2fba91e094c (diff)
Remove redundant header.
Don't list JVM variant any more.
-rwxr-xr-xprint-historic-results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-historic-results.py b/print-historic-results.py
index c560f5f..834157b 100755
--- a/print-historic-results.py
+++ b/print-historic-results.py
@@ -54,7 +54,7 @@ Relative performance: Zero: 1.0, Server: {} taken on {}".format(os.getenv('SERVE
os.getenv('BASEDATE')))
table = TABLE(border=1)
-table <= TR(TH('Date') + TH('JVM Variant') + TH('Relative performance'))
+table <= TR(TH('Date') + TH('Relative performance'))
conn = sqlite3.connect(sys.argv[1])
cursor = conn.cursor()