index
:
allocbench
align_to_cl
artifact
binary_chattymalloc
bumpptrs
cache_exclusive_alloc
catch_abort
glibc-cacheline-exclusive
introduce_gitlab-ci
keydb
lld
logging
loop_keep_allocs
master
nop
pgfplots
redis
wait4_rusage
benchmark tool for POSIX memory allocators
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
[make] build all software with debug information
Florian Fischer
2021-04-07
1
-1
/
+1
*
[Make] exclude .mypy_cache from ctag generation
Florian Fischer
2021-03-14
1
-1
/
+1
*
[make] build allocbench before any test
Florian Fischer
2020-07-20
1
-1
/
+1
*
add simple integration test with a new dummy benchmark and the system default...
Florian Fischer
2020-07-19
1
-3
/
+12
*
[make] pass pylit exit code to tools/check-pylint
Florian Fischer
2020-07-13
1
-1
/
+1
*
[mypy] fix/ignore all remaining mypy errors
Florian Fischer
2020-07-12
1
-2
/
+2
*
[make] add check-mypy target and add mypy as dev dependency
Florian Fischer
2020-07-11
1
-0
/
+3
*
[make] fix check-format target
Florian Fischer
2020-06-03
1
-1
/
+1
*
[pylint] add config and fix tools/check-pylint exit code
Florian Fischer
2020-06-02
1
-1
/
+1
*
Makefile: add new pylint check-target which fails on errors and warnings
Florian Fischer
2020-06-02
1
-5
/
+8
*
Makefile: find all our python files and add check target
Florian Fischer
2020-06-02
1
-2
/
+4
*
make the whole project more python idiomatic
Florian Fischer
2020-06-02
1
-6
/
+8
*
add ctags make target and mark yapf as phony
Florian Fischer
2020-01-23
1
-1
/
+4
*
add yapf target
Florian Fischer
2019-12-11
1
-1
/
+6
*
only lint python code in src/
Florian Fischer
2019-11-22
1
-1
/
+1
*
add -fomit-frame-pointer to global OPTFLAGS
Florian Fischer
2019-11-06
1
-1
/
+1
*
only search for Makefiles in src/
Florian Fischer
2019-09-21
1
-2
/
+2
*
silence cmake on make -s
Florian Fischer
2019-09-14
1
-1
/
+8
*
integrate cmake projects into the root Makefile
Florian Fischer
2019-08-25
1
-2
/
+8
*
add pylint make target
Florian Fischer
2019-08-22
1
-1
/
+4
*
fix realloc micro benchmark for allocators returning null for realloc(ptr, 0)
Florian Fischer
2019-06-27
1
-3
/
+2
*
export make variables for subcalls
Florian Fischer
2019-04-28
1
-10
/
+10
*
exclude Makefiles in build/
Florian Fischer
2019-02-08
1
-1
/
+1
*
rework build system #2: call make before executing any benchmark
Florian Fischer
2019-02-02
1
-19
/
+5
*
rework build system #1
Florian Fischer
2019-02-01
1
-69
/
+14
*
static link libgcc and libstdc++
Florian Fischer
2019-01-22
1
-8
/
+13
*
move source code to src/
Florian Fischer
2019-01-15
1
-6
/
+7
*
add larson's server benchmark
Florian Fischer
2018-09-10
1
-1
/
+9
*
add dj's workloads
Florian Fischer
2018-09-06
1
-2
/
+12
*
add glibc without tc and cleanup Makefile
Florian Fischer
2018-08-28
1
-35
/
+38
*
intruduce new way of handling analyse and cleanup mysql
Florian Fischer
2018-08-24
1
-1
/
+6
*
remove conprod benchmark because it doesn't measure malloc performance
Florian Fischer
2018-08-19
1
-5
/
+0
*
add chattymalloc to analyse allcations of benchmark
Florian Fischer
2018-08-13
1
-1
/
+6
*
move c benchmarks in benchmarks subdir
Florian Fischer
2018-07-24
1
-6
/
+15
*
use ps instead of memusage to get rss and vsz
Florian Fischer
2018-07-17
1
-6
/
+1
*
add consumer producer benchmark
Florian Fischer
2018-07-13
1
-1
/
+11
*
add loop benchmark abd Makefile
Florian Fischer
2018-07-09
1
-0
/
+55