aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/blowup.py
Commit message (Collapse)AuthorAgeFilesLines
* cleanup plot codeFlorian Fischer2020-02-111-2/+2
| | | | | | | * use str.format instead of eval for plot labels * use meaningful variable names * add license header * add some doc strings
* move plotting code from src.benchmark to src.plotsFlorian Fischer2020-02-111-5/+7
|
* fmt benchmark definitions with yapfFlorian Fischer2019-12-111-3/+8
|
* make blowup summary tex friendlyFlorian Fischer2019-11-271-7/+7
|
* improve summary of the blowup testFlorian Fischer2019-10-161-2/+2
|
* add blowup testFlorian Fischer2019-09-191-0/+62
Blowup tests the described blowup problem of ptmalloc described in the TCMalloc post.