| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -445/+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 | ||||
| * | fix syntax after plot changes | Florian Fischer | 2020-04-07 | 1 | -1/+1 |
| | | |||||
| * | unify plotting code | Florian Fischer | 2020-04-07 | 1 | -34/+17 |
| | | | | | | 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 | -4/+4 |
| | | | | | | | 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 | ||||
| * | format dj_trace.py using yapf | Florian Fischer | 2020-02-11 | 1 | -116/+201 |
| | | |||||
| * | change german plot label to english | Florian Fischer | 2019-12-04 | 1 | -6/+6 |
| | | |||||
| * | keep not modified artifact data in cache | Florian Fischer | 2019-11-21 | 1 | -2/+3 |
| | | |||||
| * | add and use write_tex_table function | Florian Fischer | 2019-10-30 | 1 | -0/+14 |
| | | |||||
| * | introduce a global summary file extension | Florian Fischer | 2019-10-30 | 1 | -8/+10 |
| | | |||||
| * | use new dj_workload location | Florian Fischer | 2019-10-23 | 1 | -2/+2 |
| | | |||||
| * | fix location of dj_workload artifact | Florian Fischer | 2019-10-23 | 1 | -1/+1 |
| | | |||||
| * | fix dj_trace | Florian Fischer | 2019-10-16 | 1 | -1/+1 |
| | | |||||
| * | use fixed xkcd color for ideal rss | Florian Fischer | 2019-10-16 | 1 | -1/+1 |
| | | |||||
| * | use ArchiveArtifacts for all benchmark resources | Florian Fischer | 2019-09-23 | 1 | -25/+8 |
| | | |||||
| * | fix barplots for Ideal_RSS | Florian Fischer | 2019-09-14 | 1 | -1/+2 |
| | | |||||
| * | don't exit if we fail to prepare a benchmark | Florian Fischer | 2019-09-11 | 1 | -5/+4 |
| | | | | | | benchmark.prepare should raise an Exception if it encounters an unrecoverable, intolerable error. | ||||
| * | move urlretrieve report hook to util.py and use archive in dj_trace | Florian Fischer | 2019-08-29 | 1 | -49/+20 |
| | | |||||
| * | require a name in Benchmark.__init__ | Florian Fischer | 2019-08-29 | 1 | -2/+2 |
| | | |||||
| * | add license header comments to benchmark definitions | Florian Fischer | 2019-08-28 | 1 | -0/+17 |
| | | |||||
| * | fix IDEAL_RSS_RE regex | Florian Fischer | 2019-08-27 | 1 | -1/+1 |
| | | |||||
| * | remove verbosity argument from hooks | Florian Fischer | 2019-08-27 | 1 | -1/+2 |
| | | |||||
| * | improve benchmark code quality using pylint | Florian Fischer | 2019-08-27 | 1 | -69/+70 |
| | | | | | The description Benchmark member is replaced with class docstrings | ||||
| * | add facts to dataref export | Florian Fischer | 2019-07-31 | 1 | -4/+4 |
| | | |||||
| * | apply some flake8 hints | Florian Fischer | 2019-06-19 | 1 | -15/+13 |
| | | |||||
| * | don't break if a result is NaN | Florian Fischer | 2019-05-21 | 1 | -4/+4 |
| | | |||||
| * | add dataref exports | Florian Fischer | 2019-05-08 | 1 | -0/+28 |
| | | |||||
| * | dj_trace: make tex table standalone | Florian Fischer | 2019-04-10 | 1 | -1/+5 |
| | | |||||
| * | move benchmark definitions into src/benchmarks | Florian Fischer | 2019-03-25 | 1 | -0/+357 |
| bench now loads all *.py files from src/benchmarks as benchmarks | |||||
