aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/raxmlng.py
Commit message (Collapse)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-021-108/+0
| | | | | | | | | * rename src directory to allocbench * make global variable names UPPERCASE * format a lot of code using yapf * use lowercase ld_preload and ld_library_path as Allocator members * name expected Errors 'err' and don't raise a new Exception * disable some pylint messages
* unify plotting codeFlorian Fischer2020-04-071-10/+16
| | | | | Now there is only a single plot function which takes a plot type as well as some plot and figure options.
* improve matplotlib codeFlorian Fischer2020-03-091-2/+2
| | | | | | 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
* move plotting code from src.benchmark to src.plotsFlorian Fischer2020-02-111-14/+15
|
* change default output_verbosity of run_cmd to twoFlorian Fischer2019-12-141-2/+2
|
* introduce verbosity aware subprocess.run wrapper and use it in benchmarksFlorian Fischer2019-12-131-13/+3
|
* fmt benchmark definitions with yapfFlorian Fischer2019-12-111-20/+23
|
* use ArchiveArtifacts for all benchmark resourcesFlorian Fischer2019-09-231-44/+32
|
* add raxml-ng benchmarkFlorian Fischer2019-09-141-0/+120