aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/lld.py
Commit message (Collapse)AuthorAgeFilesLines
* fmt benchmark definitions with yapfFlorian Fischer2019-12-111-25/+33
|
* retrieve maxrss by using time as measure cmdFlorian Fischer2019-12-041-8/+16
|
* keep not modified artifact data in cacheFlorian Fischer2019-11-211-3/+3
|
* add and use write_tex_table functionFlorian Fischer2019-10-301-0/+5
|
* introduce a global summary file extensionFlorian Fischer2019-10-301-1/+2
|
* fix lld documentationFlorian Fischer2019-10-231-3/+2
|
* add lld and mysql documentationFlorian Fischer2019-10-211-9/+185
|
* use ArchiveArtifacts for all benchmark resourcesFlorian Fischer2019-09-231-25/+7
|
* don't exit if we fail to prepare a benchmarkFlorian Fischer2019-09-111-3/+1
| | | | | benchmark.prepare should raise an Exception if it encounters an unrecoverable, intolerable error.
* explicitly collect binary versionsFlorian Fischer2019-09-111-0/+4
| | | | | | | There is no generic way to retrieve the version of a binary. Not everyone followes GNU cli guidelines and supports "--version". The larson benchmark for example reads input from stdin when started with "larson --version" blocking the Benchmark.prepare() call.
* 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.