From 57c769cce26aa6e373f637f578b2f8c76a1e7245 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 31 Jul 2019 18:52:37 +0200 Subject: add facts to dataref export --- src/benchmarks/mysql.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/benchmarks/mysql.py') diff --git a/src/benchmarks/mysql.py b/src/benchmarks/mysql.py index d8a5a83..8b9bd1c 100644 --- a/src/benchmarks/mysql.py +++ b/src/benchmarks/mysql.py @@ -202,8 +202,8 @@ class Benchmark_MYSQL(Benchmark): print("\\end{tabular}", file=f) - self.export_to_csv("transactions") - self.export_to_dataref("transactions") + self.export_stats_to_csv("transactions") + self.export_stats_to_dataref("transactions") mysql = Benchmark_MYSQL() -- cgit v1.2.3