aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* format the __init__ files, facter and util using yapfFlorian Fischer2019-12-111-1/+0
|
* add license header comments to benchmark definitionsFlorian Fischer2019-08-281-0/+17
|
* improve benchmark code quality using pylintFlorian Fischer2019-08-271-0/+1
| | | | The description Benchmark member is replaced with class docstrings
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-251-0/+0
bench now loads all *.py files from src/benchmarks as benchmarks