aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/redis.py
Commit message (Collapse)AuthorAgeFilesLines
* use ArchiveArtifacts for all benchmark resourcesFlorian Fischer2019-09-231-32/+19
|
* don't exit if we fail to prepare a benchmarkFlorian Fischer2019-09-111-9/+0
| | | | | benchmark.prepare should raise an Exception if it encounters an unrecoverable, intolerable error.
* explicitly collect binary versionsFlorian Fischer2019-09-111-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 pythonFlorian Fischer2019-09-111-0/+52
|
* add redis benchmark inspired by mimalloc-benchFlorian Fischer2019-09-111-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