aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add -fomit-frame-pointer to global OPTFLAGSFlorian Fischer2019-11-061-1/+1
|
* only search for Makefiles in src/Florian Fischer2019-09-211-2/+2
|
* silence cmake on make -sFlorian Fischer2019-09-141-1/+8
|
* integrate cmake projects into the root MakefileFlorian Fischer2019-08-251-2/+8
|
* add pylint make targetFlorian Fischer2019-08-221-1/+4
|
* fix realloc micro benchmark for allocators returning null for realloc(ptr, 0)Florian Fischer2019-06-271-3/+2
|
* export make variables for subcallsFlorian Fischer2019-04-281-10/+10
|
* exclude Makefiles in build/Florian Fischer2019-02-081-1/+1
|
* rework build system #2: call make before executing any benchmarkFlorian Fischer2019-02-021-19/+5
| | | | | | 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-011-69/+14
| | | | | each benchmark has its own Makefile which must put it's binaries into OBJDIR which is added to the PATH during execution.
* static link libgcc and libstdc++Florian Fischer2019-01-221-8/+13
|
* move source code to src/Florian Fischer2019-01-151-6/+7
|
* add larson's server benchmarkFlorian Fischer2018-09-101-1/+9
|
* add dj's workloadsFlorian Fischer2018-09-061-2/+12
|
* add glibc without tc and cleanup MakefileFlorian Fischer2018-08-281-35/+38
|
* intruduce new way of handling analyse and cleanup mysqlFlorian Fischer2018-08-241-1/+6
| | | | chattymalloc writes now to chattymalloc.data
* remove conprod benchmark because it doesn't measure malloc performanceFlorian Fischer2018-08-191-5/+0
|
* add chattymalloc to analyse allcations of benchmarkFlorian Fischer2018-08-131-1/+6
|
* move c benchmarks in benchmarks subdirFlorian Fischer2018-07-241-6/+15
|
* use ps instead of memusage to get rss and vszFlorian Fischer2018-07-171-6/+1
|
* add consumer producer benchmarkFlorian Fischer2018-07-131-1/+11
|
* add loop benchmark abd MakefileFlorian Fischer2018-07-091-0/+55