aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/falsesharing.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-16/+20
| | | | The description Benchmark member is replaced with class docstrings
* apply some flake8 hintsFlorian Fischer2019-06-191-1/+1
|
* fix ylabel for llc miss plotFlorian Fischer2019-05-141-1/+1
|
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-251-0/+74
bench now loads all *.py files from src/benchmarks as benchmarks