| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -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 code | Florian Fischer | 2020-04-07 | 1 | -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 code | Florian Fischer | 2020-03-09 | 1 | -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.plots | Florian Fischer | 2020-02-11 | 1 | -14/+15 |
| | | |||||
| * | change default output_verbosity of run_cmd to two | Florian Fischer | 2019-12-14 | 1 | -2/+2 |
| | | |||||
| * | introduce verbosity aware subprocess.run wrapper and use it in benchmarks | Florian Fischer | 2019-12-13 | 1 | -13/+3 |
| | | |||||
| * | fmt benchmark definitions with yapf | Florian Fischer | 2019-12-11 | 1 | -20/+23 |
| | | |||||
| * | use ArchiveArtifacts for all benchmark resources | Florian Fischer | 2019-09-23 | 1 | -44/+32 |
| | | |||||
| * | add raxml-ng benchmark | Florian Fischer | 2019-09-14 | 1 | -0/+120 |
