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
*
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
*
add analyze and server_benchmark feature
Florian Fischer
2019-04-02
1
-16
/
+23
*
move benchmark definitions into src/benchmarks
Florian Fischer
2019-03-25
1
-2
/
+4
*
alwys reset LD_PRELOAD even when a exception occurs
Florian Fischer
2019-03-22
1
-1
/
+10
*
use exceptions in mysql benchmark
Florian Fischer
2019-03-21
1
-6
/
+7
*
use exceptions to indicate an error
Florian Fischer
2019-03-21
1
-29
/
+34
*
collect facts on demand
Florian Fischer
2019-03-19
1
-0
/
+3
*
fix time recording
Florian Fischer
2019-03-10
1
-1
/
+1
*
remove second isoformat(timespec=) call
Florian Fischer
2019-03-08
1
-4
/
+6
*
don't use isoformat(timespec=) for python3 < 3.6
Florian Fischer
2019-03-08
1
-1
/
+4
*
Don't print running if -r 0 is set
Florian Fischer
2019-03-08
1
-1
/
+0
*
record start and end time in facts
Florian Fischer
2019-03-08
1
-1
/
+5
*
save facts and rstore them on load
Florian Fischer
2019-03-06
1
-3
/
+25
*
add allocators to globalvars; kill mysql server on exit; save libc versions o...
Florian Fischer
2019-03-06
1
-6
/
+10
*
only import benchmarks if they are used
Florian Fischer
2019-03-06
1
-2
/
+3
*
rework rebuild mechanism to use timestamps instead of pickle strings
Florian Fischer
2019-03-05
1
-3
/
+4
*
use new verbosity system in allocator.py
Florian Fischer
2019-03-05
1
-2
/
+2
*
add new verbosity and colored output
Florian Fischer
2019-03-05
1
-20
/
+53
*
save if no summary flag is set
Florian Fischer
2019-02-22
1
-1
/
+1
*
don't skip complete run if one prepare fails
Florian Fischer
2019-02-22
1
-1
/
+1
*
Update Readme.md
Florian Fischer
2019-02-10
1
-2
/
+2
*
s/target/allocator/ and remove analyse feature
Florian Fischer
2019-02-08
1
-19
/
+18
*
rework build system #2: call make before executing any benchmark
Florian Fischer
2019-02-02
1
-1
/
+10
*
add custom target option
Florian Fischer
2019-01-22
1
-0
/
+11
*
add load path option and don't fail if result directories exists already
Florian Fischer
2019-01-22
1
-4
/
+10
*
save all results by default in results/hostname/timestamp
Florian Fischer
2019-01-22
1
-8
/
+24
*
add license switch
Florian Fischer
2019-01-15
1
-1
/
+7
*
move source code to src/
Florian Fischer
2019-01-15
1
-9
/
+3
*
fix perf parsing and add new plot functions and use them
Florian Fischer
2018-09-14
1
-1
/
+1
*
add usefull chattymalloc support and --nolibmemusage flag
Florian Fischer
2018-09-14
1
-3
/
+4
*
cleanup bench.py
Florian Fischer
2018-09-14
1
-4
/
+2
*
add larson's server benchmark
Florian Fischer
2018-09-10
1
-1
/
+2
*
add dj's workloads
Florian Fischer
2018-09-06
1
-1
/
+2
*
only prepare or cleanup if we have to
Florian Fischer
2018-08-28
1
-5
/
+6
*
intruduce new way of handling analyse and cleanup mysql
Florian Fischer
2018-08-24
1
-7
/
+8
[next]