aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [keydb] fix VmHWM plotFlorian Fischer2021-04-071-1/+1
|
* [nginx] whitespace fixFlorian Fischer2021-04-071-9/+9
|
* [glibc] bump version to 2.31Florian Fischer2021-04-071-2/+4
|
* [Mesh] add NoMesh flavor disabling the mesh algorithmFlorian Fischer2021-04-071-3/+9
|
* [alloctor.py] fix ldconfig output parsingFlorian Fischer2021-04-071-1/+1
|
* [bench] exit with status 1 on failureFlorian Fischer2021-04-071-1/+8
|
* [bench] remove 'all' allocator default targetFlorian Fischer2021-04-071-2/+1
|
* [chattymalloc] move to gitlab.cs.fau.de repo, bump version and improve trace ↵Florian Fischer2021-04-071-3/+3
| | | | name
* [make] build all software with debug informationFlorian Fischer2021-04-071-1/+1
|
* [Make] exclude .mypy_cache from ctag generationFlorian Fischer2021-03-141-1/+1
|
* [Readme] Update Readme and add some context about what allocbench doesFlorian Fischer2020-07-201-6/+15
|
* [make] use python to calculate total available memoryFlorian Fischer2020-07-201-1/+2
|
* [make] don't use free to obtain total memory just read /proc/meminfoFlorian Fischer2020-07-201-1/+1
|
* [Pipfile] bump python version to 3.8Florian Fischer2020-07-201-1/+1
|
* use flowdalic's docker imageFlorian Fischer2020-07-201-3/+3
|
* [make] build allocbench before any testFlorian Fischer2020-07-201-1/+1
|
* [tests] print output of alloc bench when dummy test failsFlorian Fischer2020-07-201-3/+8
|
* [plots] use Literal to construct PlotTypeFlorian Fischer2020-07-201-5/+7
|
* add simple integration test with a new dummy benchmark and the system ↵Florian Fischer2020-07-195-7/+92
| | | | default allocator
* [allocator] add new "system_default" allocator using an empty AllocatorDictFlorian Fischer2020-07-191-9/+14
|
* [summarize] only summarize benchmarks with a summary methodFlorian Fischer2020-07-191-0/+3
|
* [bench.py] don't summarize for each allocatorFlorian Fischer2020-07-191-2/+2
|
* [analyse] add type hints and fix incorect use of Benchmark objectsFlorian Fischer2020-07-191-10/+8
|
* [benchmark] use AlloactorCollection typeFlorian Fischer2020-07-191-1/+2
|
* [artifact] add type hintsFlorian Fischer2020-07-191-10/+11
|
* [util] export CmdTypeFlorian Fischer2020-07-191-2/+4
|
* move PathType definition to allocbench.directoriesFlorian Fischer2020-07-193-6/+9
|
* [benchmark] add type hint for result of a benchmark runFlorian Fischer2020-07-191-0/+4
|
* [facter] add type hints and simplify load_factsFlorian Fischer2020-07-191-20/+18
|
* [util] add type hints and simplify prefix_cmd_with_abspathFlorian Fischer2020-07-191-21/+24
|
* [plots] add ttest results and change to leaderboard and fix sorting of nanFlorian Fischer2020-07-191-22/+79
|
* [plots] add more typ hintsFlorian Fischer2020-07-191-45/+57
|
* [allocator.py] refactor codeFlorian Fischer2020-07-191-39/+49
| | | | | | | | * add type hints * export return types * change collect_allocators to behave like the docstring says * include version in the AlloactorDict * change default string attributes from None to the empty string
* [plots.py] consider sample variances when calculating t-testsFlorian Fischer2020-07-181-2/+18
|
* [plots] cycle through matplotlib C* colorsFlorian Fischer2020-07-181-1/+3
|
* [benchmark] iterate_args prioritize arguments from results when availableFlorian Fischer2020-07-181-1/+1
|
* [artifact.py] make sure locations are always pathlib.Path objectsFlorian Fischer2020-07-151-0/+7
|
* [bench.py] import AVAIL_BENCHMARKS from allocbench.benchmarkFlorian Fischer2020-07-141-3/+3
|
* [dj_trace] move code to generate plain text summary to separate methodFlorian Fischer2020-07-141-86/+92
|
* fixup! [bench.py] use util.set_verbosityFlorian Fischer2020-07-141-1/+0
|
* [benchmark.py] refactor benchmark hooks and failed server startupFlorian Fischer2020-07-144-32/+43
| | | | | | * Use empty default implementations instead of checks if the member is present * Harmonize all process_output parameter names * Add more type hints
* [bench.py] use util.set_verbosityFlorian Fischer2020-07-141-9/+3
|
* [TODO] remove log facilityFlorian Fischer2020-07-141-1/+0
|
* [mysql] remove obsolete custom tex table creationFlorian Fischer2020-07-141-58/+0
|
* remove globalvars and pass allocators to Benchmark.runFlorian Fischer2020-07-145-52/+24
|
* [mysql] escape tex special charsFlorian Fischer2020-07-131-2/+4
|
* [logging] call getLogger only with the basename of the module filesFlorian Fischer2020-07-1311-30/+27
|
* [refactoring] fix or ignore many pylint hintsFlorian Fischer2020-07-1316-21/+43
| | | | | | | | | * Add missing docstrings * Remove unused imports * fix line-to-long * fix some typos * ignore global-statement * ignore wrong-import-order for scripts under /scripts
* [make] pass pylit exit code to tools/check-pylintFlorian Fischer2020-07-132-3/+3
|
* [paper_plots] update paper_plots to reflect changes in allocbenchFlorian Fischer2020-07-131-35/+34
| | | | | | * introduce logging * change way of retrieving benchmark objects * replace globalvars