aboutsummaryrefslogtreecommitdiff
path: root/scripts/print_facts.py
Commit message (Collapse)AuthorAgeFilesLines
* [refactoring] fix or ignore many pylint hintsFlorian Fischer2020-07-131-0/+3
| | | | | | | | | * Add missing docstrings * Remove unused imports * fix line-to-long * fix some typos * ignore global-statement * ignore wrong-import-order for scripts under /scripts
* [print_facts.py] update way of retrieving benchmark objectsFlorian Fischer2020-07-131-11/+2
|
* [globalvars] remove list of available benchmarks from globalvars.BENCHMARK ↵Florian Fischer2020-07-111-5/+3
| | | | to benchmark.AVAIL_BENCHMARKS
* format the source code using yapfFlorian Fischer2020-06-021-4/+6
|
* make the whole project more python idiomaticFlorian Fischer2020-06-021-6/+7
| | | | | | | | | * 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
* add script to print all facts about a result directoryFlorian Fischer2020-04-071-0/+70