| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cleanup plot code | Florian Fischer | 2020-02-11 | 1 | -4/+4 |
| | | | | | | | | * use str.format instead of eval for plot labels * use meaningful variable names * add license header * add some doc strings | ||||
| * | move plotting code from src.benchmark to src.plots | Florian Fischer | 2020-02-11 | 1 | -6/+9 |
| | | |||||
| * | fmt benchmark definitions with yapf | Florian Fischer | 2019-12-11 | 1 | -9/+11 |
| | | |||||
| * | run larson for 5 instead of 1 second | Florian Fischer | 2019-10-21 | 1 | -1/+1 |
| | | |||||
| * | add larson documentation | Florian Fischer | 2019-10-21 | 1 | -7/+31 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | -14/+16 |
| | | | | | The description Benchmark member is replaced with class docstrings | ||||
| * | remove yerr from plot_* functions | Florian Fischer | 2019-08-27 | 1 | -2/+1 |
| | | |||||
| * | add error bars to barplot_single_arg | Florian Fischer | 2019-08-26 | 1 | -1/+2 |
| | | |||||
| * | mention larson / krishnan paper in larson benchmark | Florian Fischer | 2019-08-20 | 1 | -0/+2 |
| | | |||||
| * | use fewer maximal sizes to speedup benchmark | Florian Fischer | 2019-08-20 | 1 | -1/+1 |
| | | | | | | Larson and Krishnan use only 1000 Byte as maximal size in their Paper "Memory Allocation for Long-Running Server Applications" | ||||
| * | apply some flake8 hints | Florian Fischer | 2019-06-19 | 1 | -1/+2 |
| | | |||||
| * | move benchmark definitions into src/benchmarks | Florian Fischer | 2019-03-25 | 1 | -0/+46 |
| bench now loads all *.py files from src/benchmarks as benchmarks | |||||
