diff options
Diffstat (limited to 'src/benchmarks/realloc.py')
| -rw-r--r-- | src/benchmarks/realloc.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/benchmarks/realloc.py b/src/benchmarks/realloc.py index 05edba1..ca954d0 100644 --- a/src/benchmarks/realloc.py +++ b/src/benchmarks/realloc.py @@ -36,7 +36,8 @@ class BenchmarkRealloc(Benchmark): def summary(self): self.barplot_single_arg("{task-clock}", ylabel='"task-clock in ms"', - title='"realloc micro benchmark"') + title='"realloc micro benchmark"', + filepostfix="time") self.export_stats_to_csv("task-clock") self.export_stats_to_dataref("task-clock") |
