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
*
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
*
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
[next]