| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
| |
don't symlink redis binaries if they already exist.
Make shutdown_cmd work atexit by using its abspath.
|
| | |
|
| |
|
|
|
| |
benchmark.prepare should raise an Exception if it encounters an
unrecoverable, intolerable error.
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
|
|
redis is build using a bash script because I wasn't able to build
with make alone.
TODO: build redis using only a Makefile
|