aboutsummaryrefslogtreecommitdiff
path: root/scripts/bench_sum.py
Commit message (Collapse)AuthorAgeFilesLines
* move scripts from scripts/ to root and fix some pylint hintsFlorian Fischer2019-08-261-89/+0
|
* improve bench_sumFlorian Fischer2019-08-261-36/+24
| | | | | | | Use allocators in set only if they are in the benchmark results. Don't colorize alloactors because bench.py does this already. Don't add or remove bumpptr allocator. Improve output.
* load facts and remove threadingFlorian Fischer2019-08-261-18/+16
|
* add mimalloc to bench_sumFlorian Fischer2019-08-261-1/+1
|
* add option to exclude benchmarksFlorian Fischer2019-08-261-1/+4
|
* add script to summarize subsets of all allocators in stored dataFlorian Fischer2019-08-261-0/+100