aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/keydb.py
Commit message (Collapse)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-021-129/+0
| | | | | | | | | * 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
* fix keydb and loop summariesFlorian Fischer2020-04-071-2/+2
|
* unify plotting codeFlorian Fischer2020-04-071-9/+15
| | | | | Now there is only a single plot function which takes a plot type as well as some plot and figure options.
* don't use perm in keydb plot titlesFlorian Fischer2020-03-101-2/+2
|
* improve matplotlib codeFlorian Fischer2020-03-091-2/+2
| | | | | | 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
* minor whitespace fixesFlorian Fischer2020-02-241-2/+2
|
* fix title of keydb plotsFlorian Fischer2020-02-211-2/+2
|
* use plots from src.plotsFlorian Fischer2020-02-211-2/+3
|
* change keydb server threads to recommended amountFlorian Fischer2020-02-201-1/+1
|
* only build keydb or memtier_benchmark if they don't existsFlorian Fischer2020-02-201-23/+29
|
* use real keydb arguments and add plotsFlorian Fischer2020-02-191-7/+11
|
* add initial keydb benchmark without plotskeydbFlorian Fischer2020-02-181-0/+112