aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use logging in mysql benchmarkloggingFlorian Fischer2019-08-121-12/+13
* don't try to prefix cmd with is already an absolute pathFlorian Fischer2019-08-121-0/+3
* let the loader load the benchmark not execFlorian Fischer2019-08-121-1/+2
* fix benchmarks for any glibc versionFlorian Fischer2019-08-122-4/+4
* fix scalloc definitionFlorian Fischer2019-08-121-1/+1
* Use "git reset --hard" instead of "git stash"Florian Schmaus2019-08-127-7/+7
* glibc: Use release tag instead of release branchFlorian Schmaus2019-08-121-1/+1
* Add GitAllocatorSources draftFlorian Schmaus2019-08-121-0/+4
* Improve scalloc error messageFlorian Schmaus2019-08-121-2/+5
* improve execFlorian Fischer2019-08-121-2/+6
* use absolut path of benchmark binaryFlorian Fischer2019-08-121-1/+2
* add LD_LIBRARY_PATH to system installed allocatorsFlorian Fischer2019-08-121-4/+6
* add malloc_statsFlorian Fischer2019-08-121-0/+5
* use LD_LIBRARY_PATH for glibc instead of calling its loaderFlorian Fischer2019-08-126-25/+49
* add patch info to malloc_statsFlorian Fischer2019-08-115-49/+65
* Rework exec chainFlorian Fischer2019-08-113-19/+40
* fix and adjust to mysql installations on Ubuntu 18.04Florian Fischer2019-08-111-7/+8
* use new location of bumpptrFlorian Fischer2019-08-111-1/+1
* except OSError: /usr/sbin/mysqld: cannot dynamically load executableFlorian Fischer2019-08-111-1/+5
* check if vm.overcommit_memory is set before building scallocFlorian Fischer2019-08-111-0/+8
* make bump pointer allocator available through src.allocators.bumpptrFlorian Fischer2019-08-113-3/+5
* improve bumpptr_allocFlorian Fischer2019-08-112-7/+22
* don't copy benchmark.allocators againFlorian Fischer2019-08-101-6/+0
* be more carefull with default entries in Benchmark.resultsFlorian Fischer2019-08-101-10/+18
* print malloc_stats to stdoutFlorian Fischer2019-08-101-1/+4
* fix Allocator.build() if sources are NoneFlorian Fischer2019-08-021-6/+6
* add facts to dataref exportFlorian Fischer2019-07-316-30/+54
* use libtbbmalloc_proxy which overwrites mallocFlorian Fischer2019-07-171-1/+1
* fix tbbmalloc definitionFlorian Fischer2019-07-031-1/+1
* add barrier to larson benchmarkFlorian Fischer2019-07-011-0/+10
* add default colors to included allocatorsFlorian Fischer2019-07-0110-14/+19
* add mimalloc definitionFlorian Fischer2019-06-272-1/+27
* fix realloc micro benchmark for allocators returning null for realloc(ptr, 0)Florian Fischer2019-06-271-1/+1
* add tbbmalloc definitionFlorian Fischer2019-06-242-1/+26
* fix all allocators collectionFlorian Fischer2019-06-241-10/+3
* add mesh and lockless_allocator definitionsFlorian Fischer2019-06-244-2/+50
* rework allocator definitions #2Florian Fischer2019-06-2413-141/+135
* apply some flake8 hintsFlorian Fischer2019-06-1911-117/+107
* fix name of tcmalloc sourceFlorian Fischer2019-06-171-1/+1
* fix jemalloc, SuperMalloc and Hoard dirty buildsFlorian Fischer2019-06-173-3/+3
* reduce code duplication by giving each known allocator its own classFlorian Fischer2019-06-1715-0/+327
* fix old variable name in debug outputFlorian Fischer2019-06-171-1/+1
* save full server /proc/pid/status file in each result entryFlorian Fischer2019-05-271-1/+4
* use sane iterations (100 -> 10000)Florian Fischer2019-05-272-5/+3
* fix libc_ver using code from pipFlorian Fischer2019-05-272-5/+55
* mark free ptr unusedFlorian Fischer2019-05-271-1/+1
* don't break if a result is NaNFlorian Fischer2019-05-211-4/+4
* don't hardcode bumpptr colorFlorian Fischer2019-05-211-1/+1
* add ttest1 from ptmallocFlorian Fischer2019-05-155-0/+685
* fix cmd for non server benchmarksFlorian Fischer2019-05-151-1/+1