diff options
Diffstat (limited to 'src/benchmarks/espresso.py')
| -rw-r--r-- | src/benchmarks/espresso.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, [{ |
