aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/larson.py
Commit message (Collapse)AuthorAgeFilesLines
* mention larson / krishnan paper in larson benchmarkFlorian Fischer2019-08-201-0/+2
|
* use fewer maximal sizes to speedup benchmarkFlorian Fischer2019-08-201-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 hintsFlorian Fischer2019-06-191-1/+2
|
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-251-0/+46
bench now loads all *.py files from src/benchmarks as benchmarks