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.py4
1 files changed, 2 insertions, 2 deletions
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()