| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* rename src directory to allocbench
* make global variable names UPPERCASE
* format a lot of code using yapf
* use lowercase ld_preload and ld_library_path as Allocator members
* name expected Errors 'err' and don't raise a new Exception
* disable some pylint messages
|
| |
|
|
|
| |
Now there is only a single plot function which takes a plot type as
well as some plot and figure options.
|
| |
|
|
|
|
| |
add new helper functions to get all y_values for a plot
use seperate figures for each plot
s/filepostfix/file_postfix/ to be consistent
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
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
|