| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move plotting code from src.benchmark to src.plots | Florian Fischer | 2020-02-11 | 1 | -4/+5 |
| | | |||||
| * | fmt benchmark definitions with yapf | Florian Fischer | 2019-12-11 | 1 | -25/+33 |
| | | |||||
| * | retrieve maxrss by using time as measure cmd | Florian Fischer | 2019-12-04 | 1 | -8/+16 |
| | | |||||
| * | keep not modified artifact data in cache | Florian Fischer | 2019-11-21 | 1 | -3/+3 |
| | | |||||
| * | add and use write_tex_table function | Florian Fischer | 2019-10-30 | 1 | -0/+5 |
| | | |||||
| * | introduce a global summary file extension | Florian Fischer | 2019-10-30 | 1 | -1/+2 |
| | | |||||
| * | fix lld documentation | Florian Fischer | 2019-10-23 | 1 | -3/+2 |
| | | |||||
| * | add lld and mysql documentation | Florian Fischer | 2019-10-21 | 1 | -9/+185 |
| | | |||||
| * | use ArchiveArtifacts for all benchmark resources | Florian Fischer | 2019-09-23 | 1 | -25/+7 |
| | | |||||
| * | don't exit if we fail to prepare a benchmark | Florian Fischer | 2019-09-11 | 1 | -3/+1 |
| | | | | | | benchmark.prepare should raise an Exception if it encounters an unrecoverable, intolerable error. | ||||
| * | explicitly collect binary versions | Florian Fischer | 2019-09-11 | 1 | -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_trace | Florian Fischer | 2019-08-29 | 1 | -11/+2 |
| | | |||||
| * | require a name in Benchmark.__init__ | Florian Fischer | 2019-08-29 | 1 | -2/+2 |
| | | |||||
| * | add license header comments to benchmark definitions | Florian Fischer | 2019-08-28 | 1 | -0/+17 |
| | | |||||
| * | improve benchmark code quality using pylint | Florian Fischer | 2019-08-27 | 1 | -15/+19 |
| | | | | | The description Benchmark member is replaced with class docstrings | ||||
| * | add error bars to barplot_single_arg | Florian Fischer | 2019-08-26 | 1 | -1/+3 |
| | | |||||
| * | add test name to runtime plot | Florian Fischer | 2019-08-26 | 1 | -1/+1 |
| | | |||||
| * | delete lld-test archive after successful extraction | Florian Fischer | 2019-08-24 | 1 | -0/+5 |
| | | |||||
| * | dynamically collect tests from archive | Florian Fischer | 2019-08-24 | 1 | -0/+2 |
| | | |||||
| * | readd chattymalloc | Florian Fischer | 2019-08-22 | 1 | -3/+1 |
| | | |||||
| * | add lld benchmark using lld provided benchmarkslld | Florian Fischer | 2019-08-20 | 1 | -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. | |||||
