| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | introduce verbosity aware subprocess.run wrapper and use it in benchmarks | Florian Fischer | 2019-12-13 | 1 | -6/+2 |
| | | |||||
| * | collect vmhwm for servers and use it for mysql, httpd and redis | Florian Fischer | 2019-12-11 | 1 | -1/+6 |
| | | |||||
| * | fmt benchmark definitions with yapf | Florian Fischer | 2019-12-11 | 1 | -13/+13 |
| | | |||||
| * | cleanup database dumps after redis benchmark | Florian Fischer | 2019-11-13 | 1 | -0/+5 |
| | | |||||
| * | don't always use jemalloc for redis | Florian Fischer | 2019-11-06 | 1 | -1/+1 |
| | | |||||
| * | fix redis directory | Florian Fischer | 2019-10-22 | 1 | -7/+8 |
| | | |||||
| * | fix redis | Florian Fischer | 2019-10-13 | 1 | -2/+3 |
| | | | | | | don't symlink redis binaries if they already exist. Make shutdown_cmd work atexit by using its abspath. | ||||
| * | use ArchiveArtifacts for all benchmark resources | Florian Fischer | 2019-09-23 | 1 | -32/+19 |
| | | |||||
| * | don't exit if we fail to prepare a benchmark | Florian Fischer | 2019-09-11 | 1 | -9/+0 |
| | | | | | | benchmark.prepare should raise an Exception if it encounters an unrecoverable, intolerable error. | ||||
| * | explicitly collect binary versions | Florian Fischer | 2019-09-11 | 1 | -0/+2 |
| | | | | | | | | 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. | ||||
| * | port building of redis to python | Florian Fischer | 2019-09-11 | 1 | -0/+52 |
| | | |||||
| * | add redis benchmark inspired by mimalloc-bench | Florian Fischer | 2019-09-11 | 1 | -0/+57 |
| redis is build using a bash script because I wasn't able to build with make alone. TODO: build redis using only a Makefile | |||||
