From 4923a96b603897009a21ad8b975d4a48765bb769 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 8 May 2019 20:32:21 +0200 Subject: add dataref exports --- src/benchmarks/mysql.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/benchmarks/mysql.py') diff --git a/src/benchmarks/mysql.py b/src/benchmarks/mysql.py index 1420b4d..752a4ea 100644 --- a/src/benchmarks/mysql.py +++ b/src/benchmarks/mysql.py @@ -249,6 +249,7 @@ class Benchmark_MYSQL(Benchmark): print("\end{tabular}", file=f) self.export_to_csv("transactions") + self.export_to_dataref("transactions") mysql = Benchmark_MYSQL() -- cgit v1.2.3