From e6b4c6fdb11234468af08eef059397a67ba1eae9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 7 Apr 2020 16:35:30 +0200 Subject: fix syntax after plot changes --- src/benchmarks/espresso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmarks/espresso.py') diff --git a/src/benchmarks/espresso.py b/src/benchmarks/espresso.py index b0b9c09..4671822 100644 --- a/src/benchmarks/espresso.py +++ b/src/benchmarks/espresso.py @@ -105,7 +105,7 @@ class BenchmarkEspresso(Benchmark): fig_options={ 'ylabel': "VmHWM in KB", 'title': "Espresso VmHWM", - } + }, file_postfix="vmhwm") plt.write_tex_table(self, [{ -- cgit v1.2.3