aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-021-17/+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
* 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