aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/t_test1.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/t_test1.py')
-rw-r--r--src/benchmarks/t_test1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/t_test1.py b/src/benchmarks/t_test1.py
index e43a511..3b774cd 100644
--- a/src/benchmarks/t_test1.py
+++ b/src/benchmarks/t_test1.py
@@ -47,7 +47,7 @@ class Benchmark_t_test1(Benchmark):
self.write_best_doublearg_tex_table(yval,
filepostfix="memusage.matrix")
- self.export_to_csv("task-clock")
+ self.export_stats_to_csv("task-clock")
t_test1 = Benchmark_t_test1()