diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-04-07 16:35:30 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-04-07 16:35:30 +0200 |
| commit | e6b4c6fdb11234468af08eef059397a67ba1eae9 (patch) | |
| tree | 061657a39a7381537548f2462cad3997685c84bb /src/benchmarks/dj_trace.py | |
| parent | fe26e05dfba7b6c4a3e28b2be6dc369426277790 (diff) | |
| download | allocbench-e6b4c6fdb11234468af08eef059397a67ba1eae9.tar.gz allocbench-e6b4c6fdb11234468af08eef059397a67ba1eae9.zip | |
fix syntax after plot changes
Diffstat (limited to 'src/benchmarks/dj_trace.py')
| -rw-r--r-- | src/benchmarks/dj_trace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/dj_trace.py b/src/benchmarks/dj_trace.py index 1b1c65e..22398e6 100644 --- a/src/benchmarks/dj_trace.py +++ b/src/benchmarks/dj_trace.py @@ -244,7 +244,7 @@ class BenchmarkDJTrace(Benchmark): fig_options={ 'ylabel': "Max RSS in MB", 'title': "Max RSS (VmHWM)", - } + }, file_postfix="newrss") # self.barplot_fixed_arg("{Max_RSS}/1000", |
