diff options
Diffstat (limited to 'src/benchmarks/mysql.py')
| -rw-r--r-- | src/benchmarks/mysql.py | 1 |
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() |
