| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |||||
