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 251185e..bd8f801 100644
--- a/src/benchmarks/realloc.py
+++ b/src/benchmarks/realloc.py
@@ -37,7 +37,7 @@ class BenchmarkRealloc(Benchmark):
plt.barplot_single_arg(self, "{task-clock}",
ylabel='"task-clock in ms"',
title='"realloc micro benchmark"',
- filepostfix="time")
+ file_postfix="time")
plt.export_stats_to_csv(self, "task-clock")
plt.export_stats_to_dataref(self, "task-clock")