aboutsummaryrefslogtreecommitdiff
path: root/bench.py
Commit message (Expand)AuthorAgeFilesLines
* implement analysis of specific allocator and benchmark combinationsFlorian Fischer2020-02-091-40/+8
* use argparse version action to print allocbench versionFlorian Fischer2020-01-271-5/+2
* add error message for unknown or misspelled benchmarksFlorian Fischer2020-01-231-0/+5
* readd option to summarize after benchmark runFlorian Fischer2019-12-281-4/+10
* use sys.exit instead of exit and other small code improvementsFlorian Fischer2019-12-141-8/+7
* move allocbench_version to facter and make the facts a global variable of fac...Florian Fischer2019-12-141-5/+6
* yapf format and remove old hacky output codeFlorian Fischer2019-12-111-21/+47
* change result format from pickle to jsonFlorian Fischer2019-11-231-2/+2
* always print path to result directoryFlorian Fischer2019-11-221-1/+1
* let facter handle load/store of global factsFlorian Fischer2019-11-221-3/+1
* remove left over status file at exitFlorian Fischer2019-11-131-0/+4
* remove unused chattyparser importFlorian Fischer2019-11-061-1/+0
* don't measure analyse runsFlorian Fischer2019-09-211-0/+4
* store start, end and duration for every benchmarkFlorian Fischer2019-09-141-0/+5
* don't exit if we fail to prepare a benchmarkFlorian Fischer2019-09-111-1/+7
* abort if there are no allocators to benchmarkFlorian Fischer2019-09-111-0/+4
* add --version flag to executablesFlorian Fischer2019-08-301-1/+5
* make all default allocator targetFlorian Fischer2019-08-281-1/+2
* simplify bench.py codeFlorian Fischer2019-08-281-180/+105
* remove -vdebug flagFlorian Fischer2019-08-261-6/+2
* only plot chattymalloc results if nosum is not setFlorian Fischer2019-08-251-1/+1
* add result directory to trace fileFlorian Fischer2019-08-251-1/+1
* fix chattymalloc nameFlorian Fischer2019-08-251-1/+1
* s/analyse/analyzeFlorian Fischer2019-08-251-16/+16
* fix analyse chattymalloc analyzingFlorian Fischer2019-08-251-1/+1
* plot traces produced by chattymallocFlorian Fischer2019-08-241-1/+7
* support chattymalloc as analyze fallback if malt is not availableFlorian Fischer2019-08-221-33/+32
* remove duplicate check if we really should run the benchmarkFlorian Fischer2019-08-221-2/+2
* load benchmarks using importlib instead of evalFlorian Fischer2019-08-121-1/+5
* add requirement check for matplotlib and python version >= 3.6Florian Fischer2019-08-121-5/+16
* Use f-stringsFlorian Schmaus2019-08-121-1/+1
* Introduce checkDependenciesAndPreconditions()Florian Schmaus2019-08-121-0/+8
* Whitespace fix in bench.pyFlorian Schmaus2019-08-121-1/+1
* add comments and error messagesFlorian Fischer2019-07-311-15/+23
* add option to exclude benchmarksFlorian Fischer2019-06-241-0/+4
* give each allocator a unique colorFlorian Fischer2019-06-241-0/+11
* rework allocator definitions #2Florian Fischer2019-06-241-15/+32
* only delete during analyse created stats if they existFlorian Fischer2019-05-111-1/+1
* fix some hints from flake8Florian Fischer2019-05-081-8/+8
* move list of available benchmarks to src.globalvars.benchmarksFlorian Fischer2019-04-291-6/+4
* fix analyseFlorian Fischer2019-04-281-1/+1
* start moving allocator definitions to src/allocatorsFlorian Fischer2019-04-281-1/+1
* use special allocator "malt" during analyse to run the benchmark only onceFlorian Fischer2019-04-281-10/+31
* improve descriptive statistics, csv-export and add general barplot functionFlorian Fischer2019-04-131-1/+0
* add analyze and server_benchmark featureFlorian Fischer2019-04-021-16/+23
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-251-2/+4
* alwys reset LD_PRELOAD even when a exception occursFlorian Fischer2019-03-221-1/+10
* use exceptions in mysql benchmarkFlorian Fischer2019-03-211-6/+7
* use exceptions to indicate an errorFlorian Fischer2019-03-211-29/+34
* collect facts on demandFlorian Fischer2019-03-191-0/+3