aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/realloc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/realloc.py')
-rw-r--r--src/benchmarks/realloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/realloc.py b/src/benchmarks/realloc.py
index d39c7a0..957d5fd 100644
--- a/src/benchmarks/realloc.py
+++ b/src/benchmarks/realloc.py
@@ -33,7 +33,7 @@ class Benchmark_Realloc(Benchmark):
plt.savefig(self.name + ".png")
plt.clf()
- self.export_to_csv(datapoints=["task-clock"])
+ self.export_to_csv("task-clock")
realloc = Benchmark_Realloc()