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
/
bench.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pylint] disable some warnings
Florian Fischer
2020-06-02
1
-3
/
+3
*
[benchmarks] reintroduce prepare
Florian Fischer
2020-06-02
1
-8
/
+7
*
[benchmark.py] add function to retrieve Benchmark instance from a module
Florian Fischer
2020-06-02
1
-10
/
+8
*
bench.py: fix benchmark check
Florian Fischer
2020-06-02
1
-1
/
+1
*
make benchmark definitions more pythonic
Florian Fischer
2020-06-02
1
-14
/
+15
*
make the whole project more python idiomatic
Florian Fischer
2020-06-02
1
-41
/
+34
*
implement analysis of specific allocator and benchmark combinations
Florian Fischer
2020-02-09
1
-40
/
+8
*
use argparse version action to print allocbench version
Florian Fischer
2020-01-27
1
-5
/
+2
*
add error message for unknown or misspelled benchmarks
Florian Fischer
2020-01-23
1
-0
/
+5
*
readd option to summarize after benchmark run
Florian Fischer
2019-12-28
1
-4
/
+10
*
use sys.exit instead of exit and other small code improvements
Florian Fischer
2019-12-14
1
-8
/
+7
*
move allocbench_version to facter and make the facts a global variable of fac...
Florian Fischer
2019-12-14
1
-5
/
+6
*
yapf format and remove old hacky output code
Florian Fischer
2019-12-11
1
-21
/
+47
*
change result format from pickle to json
Florian Fischer
2019-11-23
1
-2
/
+2
*
always print path to result directory
Florian Fischer
2019-11-22
1
-1
/
+1
*
let facter handle load/store of global facts
Florian Fischer
2019-11-22
1
-3
/
+1
*
remove left over status file at exit
Florian Fischer
2019-11-13
1
-0
/
+4
*
remove unused chattyparser import
Florian Fischer
2019-11-06
1
-1
/
+0
*
don't measure analyse runs
Florian Fischer
2019-09-21
1
-0
/
+4
*
store start, end and duration for every benchmark
Florian Fischer
2019-09-14
1
-0
/
+5
*
don't exit if we fail to prepare a benchmark
Florian Fischer
2019-09-11
1
-1
/
+7
*
abort if there are no allocators to benchmark
Florian Fischer
2019-09-11
1
-0
/
+4
*
add --version flag to executables
Florian Fischer
2019-08-30
1
-1
/
+5
*
make all default allocator target
Florian Fischer
2019-08-28
1
-1
/
+2
*
simplify bench.py code
Florian Fischer
2019-08-28
1
-180
/
+105
*
remove -vdebug flag
Florian Fischer
2019-08-26
1
-6
/
+2
*
only plot chattymalloc results if nosum is not set
Florian Fischer
2019-08-25
1
-1
/
+1
*
add result directory to trace file
Florian Fischer
2019-08-25
1
-1
/
+1
*
fix chattymalloc name
Florian Fischer
2019-08-25
1
-1
/
+1
*
s/analyse/analyze
Florian Fischer
2019-08-25
1
-16
/
+16
*
fix analyse chattymalloc analyzing
Florian Fischer
2019-08-25
1
-1
/
+1
*
plot traces produced by chattymalloc
Florian Fischer
2019-08-24
1
-1
/
+7
*
support chattymalloc as analyze fallback if malt is not available
Florian Fischer
2019-08-22
1
-33
/
+32
*
remove duplicate check if we really should run the benchmark
Florian Fischer
2019-08-22
1
-2
/
+2
*
load benchmarks using importlib instead of eval
Florian Fischer
2019-08-12
1
-1
/
+5
*
add requirement check for matplotlib and python version >= 3.6
Florian Fischer
2019-08-12
1
-5
/
+16
*
Use f-strings
Florian Schmaus
2019-08-12
1
-1
/
+1
*
Introduce checkDependenciesAndPreconditions()
Florian Schmaus
2019-08-12
1
-0
/
+8
*
Whitespace fix in bench.py
Florian Schmaus
2019-08-12
1
-1
/
+1
*
add comments and error messages
Florian Fischer
2019-07-31
1
-15
/
+23
*
add option to exclude benchmarks
Florian Fischer
2019-06-24
1
-0
/
+4
*
give each allocator a unique color
Florian Fischer
2019-06-24
1
-0
/
+11
*
rework allocator definitions #2
Florian Fischer
2019-06-24
1
-15
/
+32
*
only delete during analyse created stats if they exist
Florian Fischer
2019-05-11
1
-1
/
+1
*
fix some hints from flake8
Florian Fischer
2019-05-08
1
-8
/
+8
*
move list of available benchmarks to src.globalvars.benchmarks
Florian Fischer
2019-04-29
1
-6
/
+4
*
fix analyse
Florian Fischer
2019-04-28
1
-1
/
+1
*
start moving allocator definitions to src/allocators
Florian Fischer
2019-04-28
1
-1
/
+1
*
use special allocator "malt" during analyse to run the benchmark only once
Florian Fischer
2019-04-28
1
-10
/
+31
*
improve descriptive statistics, csv-export and add general barplot function
Florian Fischer
2019-04-13
1
-1
/
+0
[next]