diff options
Diffstat (limited to 'src/benchmarks/blowup.py')
| -rw-r--r-- | src/benchmarks/blowup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/blowup.py b/src/benchmarks/blowup.py index 8f8e550..d3700e3 100644 --- a/src/benchmarks/blowup.py +++ b/src/benchmarks/blowup.py @@ -56,8 +56,8 @@ class BenchmarkBlowup(Benchmark): plt.barplot_single_arg(self, "{VmHWM}/1000", - ylabel='"VmHWM in MB"', - title='"blowup test"', + ylabel="VmHWM in MB", + title="blowup test", filepostfix="vmhwm") del allocators["Ideal-RSS"] |
