aboutsummaryrefslogtreecommitdiff
path: root/bench.py
Commit message (Expand)AuthorAgeFilesLines
* [bench] exit with status 1 on failureFlorian Fischer2021-04-071-1/+8
* [bench] remove 'all' allocator default targetFlorian Fischer2021-04-071-2/+1
* add simple integration test with a new dummy benchmark and the system default...Florian Fischer2020-07-191-4/+6
* [bench.py] don't summarize for each allocatorFlorian Fischer2020-07-191-2/+2
* [bench.py] import AVAIL_BENCHMARKS from allocbench.benchmarkFlorian Fischer2020-07-141-3/+3
* fixup! [bench.py] use util.set_verbosityFlorian Fischer2020-07-141-1/+0
* [bench.py] use util.set_verbosityFlorian Fischer2020-07-141-9/+3
* remove globalvars and pass allocators to Benchmark.runFlorian Fischer2020-07-141-3/+2
* [logging] call getLogger only with the basename of the module filesFlorian Fischer2020-07-131-2/+2
* [refactoring] fix or ignore many pylint hintsFlorian Fischer2020-07-131-0/+1
* replace print_* functions from allocbench.util if loggingFlorian Fischer2020-07-131-29/+34
* move VERBOSITY from globalvars to utilFlorian Fischer2020-07-131-2/+3
* [globalvars] remove list of available benchmarks from globalvars.BENCHMARK to...Florian Fischer2020-07-111-2/+2
* replace directory string constants in globalvars with Path objects from alloc...Florian Fischer2020-07-111-18/+21
* [pylint] disable some warningsFlorian Fischer2020-06-021-3/+3
* [benchmarks] reintroduce prepareFlorian Fischer2020-06-021-8/+7
* [benchmark.py] add function to retrieve Benchmark instance from a moduleFlorian Fischer2020-06-021-10/+8
* bench.py: fix benchmark checkFlorian Fischer2020-06-021-1/+1
* make benchmark definitions more pythonicFlorian Fischer2020-06-021-14/+15
* make the whole project more python idiomaticFlorian Fischer2020-06-021-41/+34
* 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