aboutsummaryrefslogtreecommitdiff
path: root/src/dj_trace.py
Commit message (Collapse)AuthorAgeFilesLines
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-251-357/+0
| | | | bench now loads all *.py files from src/benchmarks as benchmarks
* add plain text summary to dj_traceFlorian Fischer2019-03-191-30/+117
| | | | | Format like in: https://sourceware.org/ml/libc-alpha/2017-01/msg00452.html
* use new verbosity system in mysql and dj_trace benchmarksFlorian Fischer2019-03-051-3/+3
|
* improve download of dj delorie workloadsFlorian Fischer2019-02-271-5/+32
|
* s/target/allocator/ and remove analyse featureFlorian Fischer2019-02-081-28/+28
| | | | Use systemwide installed allocators by default
* fix some flake8 linting errorsFlorian Fischer2019-02-021-34/+36
|
* rework build system #1Florian Fischer2019-02-011-2/+2
| | | | | each benchmark has its own Makefile which must put it's binaries into OBJDIR which is added to the PATH during execution.
* save all results by default in results/hostname/timestampFlorian Fischer2019-01-221-7/+5
|
* move dj_trace.py to src/ and remove debug outputFlorian Fischer2019-01-151-0/+243