aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* improve download of dj delorie workloadsFlorian Fischer2019-02-271-5/+32
|
* fix type in variable nameFlorian Fischer2019-02-271-1/+1
|
* don't print output of test ls callFlorian Fischer2019-02-271-1/+2
|
* Revert "use global perf_allowed"Florian Fischer2019-02-221-5/+3
| | | | This reverts commit d6d502c22d7d0438b3151fd32d7eb6f83b73711f.
* use global perf_allowedFlorian Fischer2019-02-221-3/+5
|
* fix perf checkFlorian Fischer2019-02-221-2/+2
|
* add perf checkFlorian Fischer2019-02-221-0/+19
|
* save if no summary flag is setFlorian Fischer2019-02-221-1/+1
|
* be more verbose if requirement was not foundFlorian Fischer2019-02-221-0/+2
|
* don't skip complete run if one prepare failsFlorian Fischer2019-02-221-1/+1
|
* explicitly set link labelFlorian Fischer2019-02-152-3/+4
|
* fix links and use single sane code blocksFlorian Fischer2019-02-153-14/+14
|
* Add rudimental user documentationFlorian Fischer2019-02-152-0/+172
|
* detect if build defintion changed but has the same nameFlorian Fischer2019-02-151-14/+16
|
* change kwargs order to match order of call in bench.pyFlorian Fischer2019-02-151-1/+1
|
* update loop descriptionFlorian Fischer2019-02-151-3/+2
|
* fix BA thesis linkFlorian Fischer2019-02-151-1/+1
|
* Update Readme.mdFlorian Fischer2019-02-102-7/+43
|
* don't use subprocess.check_output to support python3 < 3.7.0Florian Fischer2019-02-102-4/+7
|
* add allocators build support and two allocator definitionsFlorian Fischer2019-02-096-0/+312
| | | | | | | | The allocators created by the file allocators/BA_allocators.py are those used in my BA thesis available at: https://muhq.space/ba.html. allocators/no_falsesharing.py builds patched versions of tcmalloc and glibc without any allocator inroduced falsesharing.
* always use cmd_prefixFlorian Fischer2019-02-091-3/+11
|
* Update ReadmeFlorian Fischer2019-02-081-7/+8
|
* s/target/allocator/ and remove analyse featureFlorian Fischer2019-02-0812-580/+131
| | | | Use systemwide installed allocators by default
* exclude Makefiles in build/Florian Fischer2019-02-081-1/+1
|
* fix some flake8 linting errorsFlorian Fischer2019-02-027-177/+202
|
* rework build system #2: call make before executing any benchmarkFlorian Fischer2019-02-0210-26/+54
| | | | | | Make scans the project directory for Makefiles and executes them. The targets should be build by the new targets/Makefile. All included Makefiles are now "quiet" by default.
* rework build system #1Florian Fischer2019-02-0119-77/+152
| | | | | each benchmark has its own Makefile which must put it's binaries into OBJDIR which is added to the PATH during execution.
* ignore all __pycache__ dirsFlorian Fischer2019-01-221-1/+1
|
* add custom target optionFlorian Fischer2019-01-225-52/+34
| | | | | the custom target definitions must be a valid python script exporting a global dictionary "targets".
* call fgets with char*Florian Fischer2019-01-221-1/+1
|
* static link libgcc and libstdc++Florian Fischer2019-01-222-9/+14
|
* add load path option and don't fail if result directories exists alreadyFlorian Fischer2019-01-222-5/+17
|
* add facterFlorian Fischer2019-01-221-0/+19
|
* save all results by default in results/hostname/timestampFlorian Fischer2019-01-226-42/+46
|
* ignore dj_workloads and targets dirFlorian Fischer2019-01-221-0/+2
|
* add license switchFlorian Fischer2019-01-152-2/+9
|
* add copyright noticeFlorian Fischer2019-01-151-0/+2
|
* move dj_trace.py to src/ and remove debug outputFlorian Fischer2019-01-152-8/+6
|
* move mysql.py to src/, fix analyse and add transactions latex tableFlorian Fischer2019-01-151-9/+63
|
* move falsesharing.py to src/Florian Fischer2019-01-151-1/+1
|
* remove debug output from write_best_doublearg_tex_tableFlorian Fischer2019-01-152-8/+0
|
* move loop.py to src/ and add cache miss plot and best matrixFlorian Fischer2019-01-151-1/+12
|
* move benchmark to src dir and add autoticks option to plot functionsFlorian Fischer2019-01-151-7/+15
|
* move source code to src/Florian Fischer2019-01-1516-17/+13
|
* add GPLFlorian Fischer2019-01-152-0/+678
|
* fix dj_traceFlorian Fischer2018-09-261-2/+2
|
* don't read and writeFlorian Fischer2018-09-261-2/+2
|
* don't use perf and add new graphsFlorian Fischer2018-09-251-26/+110
|
* improve chattyparser and fix analyse add best tex tableFlorian Fischer2018-09-252-51/+128
|
* add LLC plot and simplify l1 plotFlorian Fischer2018-09-181-29/+15
|