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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[logging] call getLogger only with the basename of the module files
Florian Fischer
2020-07-13
11
-30
/
+27
*
[refactoring] fix or ignore many pylint hints
Florian Fischer
2020-07-13
16
-21
/
+43
*
[make] pass pylit exit code to tools/check-pylint
Florian Fischer
2020-07-13
2
-3
/
+3
*
[paper_plots] update paper_plots to reflect changes in allocbench
Florian Fischer
2020-07-13
1
-35
/
+34
*
[print_facts.py] update way of retrieving benchmark objects
Florian Fischer
2020-07-13
1
-11
/
+2
*
replace print_* functions from allocbench.util if logging
Florian Fischer
2020-07-13
10
-190
/
+191
*
[benchmarks] add/fix docstrings and remove unused imports
Florian Fischer
2020-07-13
11
-6
/
+15
*
[bennchmarks] import ploting modules only in summarize function scope
Florian Fischer
2020-07-13
17
-23
/
+51
*
[summarize.py] update and fix the use of most global variables from globalvar
Florian Fischer
2020-07-13
1
-7
/
+9
*
move VERBOSITY from globalvars to util
Florian Fischer
2020-07-13
3
-14
/
+12
*
[mypy] fix/ignore all remaining mypy errors
Florian Fischer
2020-07-12
3
-5
/
+6
*
[scripts/paper_plots] fix mypy error
Florian Fischer
2020-07-12
1
-3
/
+1
*
move plot specific constants from allocbench.globalvars to allocbench.plots
Florian Fischer
2020-07-12
5
-9
/
+10
*
[doc] some small updates to the small and probably outdated documentation
Florian Fischer
2020-07-11
2
-4
/
+2
*
[globalvars] remove list of available benchmarks from globalvars.BENCHMARK to...
Florian Fischer
2020-07-11
5
-13
/
+11
*
fixup! [falsesharing.py] remove unused and shadowed matplotlib import
Florian Fischer
2020-07-11
1
-1
/
+0
*
[falsesharing.py] remove unused and shadowed matplotlib import
Florian Fischer
2020-07-11
1
-1
/
+0
*
replace directory string constants in globalvars with Path objects from alloc...
Florian Fischer
2020-07-11
10
-98
/
+174
*
[mypy] add suggested type hints and fix some old ones
Florian Fischer
2020-07-11
4
-18
/
+26
*
[make] add check-mypy target and add mypy as dev dependency
Florian Fischer
2020-07-11
2
-0
/
+4
*
[pipenv] add scipy and tikzplotlib to the dependencies
Florian Fischer
2020-07-11
1
-0
/
+2
*
[plots.py] remove useless comprehension
Florian Fischer
2020-07-10
1
-1
/
+1
*
[plots.py] add ttest and leaderboard functions
Florian Fischer
2020-07-10
1
-1
/
+65
*
[benchmark.py] fix load for paths to save files or save directories
Florian Fischer
2020-07-10
1
-2
/
+3
*
[speedymalloc] bump version
Florian Fischer
2020-07-10
1
-1
/
+1
*
[GitArtifact] only update bare repo when checkout can't be provided
Florian Fischer
2020-07-10
1
-10
/
+13
*
[artifact.py] remove useless singleton design pattern
Florian Fischer
2020-07-10
1
-6
/
+0
*
[allocator.py] only check allocator build if it has defined build_cmds
Florian Fischer
2020-07-10
1
-29
/
+30
*
[artifact] also fetch new tags from git remote
Florian Fischer
2020-07-09
1
-6
/
+5
*
make format
Florian Fischer
2020-07-07
3
-10
/
+11
*
[plots.py] escape allocator names and values when generating tex tables
Florian Fischer
2020-07-07
1
-7
/
+42
*
[plots.py] fix table definition of write_best_doublearg_tex_table
Florian Fischer
2020-07-07
1
-2
/
+3
*
[util] don't call whereis instead use our own find_cmd function
Florian Fischer
2020-07-07
1
-3
/
+1
*
[chattymalloc] bump version
Florian Fischer
2020-07-03
1
-1
/
+1
*
[allocators] fix 'all' allocators target and exclude allocators used for anal...
Florian Fischer
2020-07-03
3
-4
/
+7
*
[espresso] don't include an absolute path for the file argument
Florian Fischer
2020-07-03
1
-1
/
+2
*
[speedymalloc] fix meson option names
Florian Fischer
2020-07-02
1
-3
/
+3
*
[keydb] remove useless format string
Florian Fischer
2020-07-02
1
-1
/
+1
*
[speedymalloc] bump version and add new lab_type build variants
Florian Fischer
2020-06-29
1
-6
/
+14
*
fix cfrac, espresso and lld plots
Florian Fischer
2020-06-29
3
-7
/
+7
*
[speedymalloc] bump versiob
Florian Fischer
2020-06-15
1
-1
/
+1
*
[redis.py] fix VmHWM plots
Florian Fischer
2020-06-10
1
-3
/
+3
*
[mysql] fix VmHWM plots
Florian Fischer
2020-06-10
1
-2
/
+2
*
[plots.py] special case plot creation for benchmarks without arguments
Florian Fischer
2020-06-10
1
-0
/
+33
*
[espresso.py] use bar plots
Florian Fischer
2020-06-10
1
-0
/
+2
*
[mysql.py] use plots.get_y_data to retrieve transaction stats
Florian Fischer
2020-06-10
1
-6
/
+7
*
[speedymalloc] bump version
Florian Fischer
2020-06-08
1
-1
/
+1
*
[plots.py] support python 3.7 syntax
Florian Fischer
2020-06-04
1
-2
/
+3
*
[Pipfile] lower python version to 3.7
Florian Fischer
2020-06-04
1
-1
/
+1
*
[yapf] add yapf style definition
Florian Fischer
2020-06-04
1
-0
/
+394
[next]