aboutsummaryrefslogtreecommitdiff
path: root/src/falsesharing.py
Commit message (Collapse)AuthorAgeFilesLines
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-251-74/+0
| | | | bench now loads all *.py files from src/benchmarks as benchmarks
* add function to scale thread to available cpusFlorian Fischer2019-03-051-2/+1
|
* s/target/allocator/ and remove analyse featureFlorian Fischer2019-02-081-6/+6
| | | | Use systemwide installed allocators by default
* fix some flake8 linting errorsFlorian Fischer2019-02-021-20/+21
|
* 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-4/+2
|
* move falsesharing.py to src/Florian Fischer2019-01-151-0/+76