aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/lld.py
Commit message (Collapse)AuthorAgeFilesLines
* move urlretrieve report hook to util.py and use archive in dj_traceFlorian Fischer2019-08-291-11/+2
|
* require a name in Benchmark.__init__Florian Fischer2019-08-291-2/+2
|
* add license header comments to benchmark definitionsFlorian Fischer2019-08-281-0/+17
|
* improve benchmark code quality using pylintFlorian Fischer2019-08-271-15/+19
| | | | The description Benchmark member is replaced with class docstrings
* add error bars to barplot_single_argFlorian Fischer2019-08-261-1/+3
|
* add test name to runtime plotFlorian Fischer2019-08-261-1/+1
|
* delete lld-test archive after successful extractionFlorian Fischer2019-08-241-0/+5
|
* dynamically collect tests from archiveFlorian Fischer2019-08-241-0/+2
|
* readd chattymallocFlorian Fischer2019-08-221-3/+1
|
* add lld benchmark using lld provided benchmarkslldFlorian Fischer2019-08-201-0/+99
Benchmark changes the current working directory if self.run_dir is set befor each benchmark run. lld does not work with print_status_on_exit.so so reading and removing status is no only done if a status file is available.