aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/mysql.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-07-31 18:52:37 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-07-31 18:52:37 +0200
commit57c769cce26aa6e373f637f578b2f8c76a1e7245 (patch)
tree57a964d718584c51ecfc6375d766450823df6cb9 /src/benchmarks/mysql.py
parentc9caf19bd09b597318d609f957f9a99841981d85 (diff)
downloadallocbench-57c769cce26aa6e373f637f578b2f8c76a1e7245.tar.gz
allocbench-57c769cce26aa6e373f637f578b2f8c76a1e7245.zip
add facts to dataref export
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()