aboutsummaryrefslogtreecommitdiff
path: root/src/loop.py
Commit message (Collapse)AuthorAgeFilesLines
* remove useless memusage plots of synthetic benchmarksFlorian Fischer2019-03-191-6/+0
|
* add function to scale thread to available cpusFlorian Fischer2019-03-051-14/+1
|
* improve loop thread scalingFlorian Fischer2019-02-271-1/+5
|
* scale loop runs with number of cpusFlorian Fischer2019-02-271-4/+9
|
* update loop descriptionFlorian Fischer2019-02-151-3/+2
|
* fix some flake8 linting errorsFlorian Fischer2019-02-021-16/+18
|
* 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-9/+6
|
* move loop.py to src/ and add cache miss plot and best matrixFlorian Fischer2019-01-151-0/+48