aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/mysql.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/mysql.py')
-rw-r--r--src/benchmarks/mysql.py1
1 files changed, 1 insertions, 0 deletions
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()