aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/larson.py
Commit message (Expand)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-021-101/+0
* unify plotting codeFlorian Fischer2020-04-071-12/+15
* improve matplotlib codeFlorian Fischer2020-03-091-2/+2
* cleanup plot codeFlorian Fischer2020-02-111-4/+4
* move plotting code from src.benchmark to src.plotsFlorian Fischer2020-02-111-6/+9
* fmt benchmark definitions with yapfFlorian Fischer2019-12-111-9/+11
* run larson for 5 instead of 1 secondFlorian Fischer2019-10-211-1/+1
* add larson documentationFlorian Fischer2019-10-211-7/+31
* require a name in Benchmark.__init__Florian Fischer2019-08-291-2/+2
* add license header comments to benchmark definitionsFlorian Fischer2019-08-281-0/+17
* remove verbosity argument from hooksFlorian Fischer2019-08-271-1/+2
* improve benchmark code quality using pylintFlorian Fischer2019-08-271-14/+16
* remove yerr from plot_* functionsFlorian Fischer2019-08-271-2/+1
* add error bars to barplot_single_argFlorian Fischer2019-08-261-1/+2
* mention larson / krishnan paper in larson benchmarkFlorian Fischer2019-08-201-0/+2
* use fewer maximal sizes to speedup benchmarkFlorian Fischer2019-08-201-1/+1
* apply some flake8 hintsFlorian Fischer2019-06-191-1/+2
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-251-0/+46