aboutsummaryrefslogtreecommitdiff
path: root/src/mysql.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql.py')
-rw-r--r--src/mysql.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mysql.py b/src/mysql.py
index 64204cf..ac97998 100644
--- a/src/mysql.py
+++ b/src/mysql.py
@@ -258,10 +258,8 @@ class Benchmark_MYSQL( Benchmark ):
print("\\\\\n\\hline", file=f)
for target in targets:
- print(target)
print(target, end=" ", file=f)
for perm in self.iterate_args(args=args):
- print(perm, d[target][perm]["std"])
m = d[target][perm]["mean"]
s = "& \\textcolor{{{}}}{{{:.3f}}}"
if m == maxs[perm]: