diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-03-09 19:14:54 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-03-09 19:14:54 +0100 |
| commit | 0e467466b1171f162948e9aaa369c6117d915e05 (patch) | |
| tree | 9037afdb2813a104c0d60cc49f572418215786c0 /src/benchmarks/raxmlng.py | |
| parent | 19362370c09dd4ac945ed7cfff07d91f0db95353 (diff) | |
| download | allocbench-0e467466b1171f162948e9aaa369c6117d915e05.tar.gz allocbench-0e467466b1171f162948e9aaa369c6117d915e05.zip | |
improve matplotlib code
add new helper functions to get all y_values for a plot
use seperate figures for each plot
s/filepostfix/file_postfix/ to be consistent
Diffstat (limited to 'src/benchmarks/raxmlng.py')
| -rw-r--r-- | src/benchmarks/raxmlng.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/raxmlng.py b/src/benchmarks/raxmlng.py index 228c220..8c8b878 100644 --- a/src/benchmarks/raxmlng.py +++ b/src/benchmarks/raxmlng.py @@ -86,7 +86,7 @@ class BenchmarkRaxmlng(Benchmark): "{runtime}", ylabel='"runtime in s"', title='"raxml-ng tree inference benchmark"', - filepostfix="runtime") + file_postfix="runtime") plt.export_stats_to_dataref(self, "runtime") @@ -94,7 +94,7 @@ class BenchmarkRaxmlng(Benchmark): "{VmHWM}", ylabel='"VmHWM in KB"', title='"raxml-ng memusage"', - filepostfix="memusage") + file_postfix="memusage") plt.export_stats_to_dataref(self, "VmHWM") |
