| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | integrate cmake projects into the root Makefile | Florian Fischer | 2019-08-25 | 1 | -2/+8 |
| | | |||||
| * | add pylint make target | Florian Fischer | 2019-08-22 | 1 | -1/+4 |
| | | |||||
| * | fix realloc micro benchmark for allocators returning null for realloc(ptr, 0) | Florian Fischer | 2019-06-27 | 1 | -3/+2 |
| | | |||||
| * | export make variables for subcalls | Florian Fischer | 2019-04-28 | 1 | -10/+10 |
| | | |||||
| * | exclude Makefiles in build/ | Florian Fischer | 2019-02-08 | 1 | -1/+1 |
| | | |||||
| * | rework build system #2: call make before executing any benchmark | Florian Fischer | 2019-02-02 | 1 | -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 #1 | Florian Fischer | 2019-02-01 | 1 | -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 Fischer | 2019-01-22 | 1 | -8/+13 |
| | | |||||
| * | move source code to src/ | Florian Fischer | 2019-01-15 | 1 | -6/+7 |
| | | |||||
| * | add larson's server benchmark | Florian Fischer | 2018-09-10 | 1 | -1/+9 |
| | | |||||
| * | add dj's workloads | Florian Fischer | 2018-09-06 | 1 | -2/+12 |
| | | |||||
| * | add glibc without tc and cleanup Makefile | Florian Fischer | 2018-08-28 | 1 | -35/+38 |
| | | |||||
| * | intruduce new way of handling analyse and cleanup mysql | Florian Fischer | 2018-08-24 | 1 | -1/+6 |
| | | | | | chattymalloc writes now to chattymalloc.data | ||||
| * | remove conprod benchmark because it doesn't measure malloc performance | Florian Fischer | 2018-08-19 | 1 | -5/+0 |
| | | |||||
| * | add chattymalloc to analyse allcations of benchmark | Florian Fischer | 2018-08-13 | 1 | -1/+6 |
| | | |||||
| * | move c benchmarks in benchmarks subdir | Florian Fischer | 2018-07-24 | 1 | -6/+15 |
| | | |||||
| * | use ps instead of memusage to get rss and vsz | Florian Fischer | 2018-07-17 | 1 | -6/+1 |
| | | |||||
| * | add consumer producer benchmark | Florian Fischer | 2018-07-13 | 1 | -1/+11 |
| | | |||||
| * | add loop benchmark abd Makefile | Florian Fischer | 2018-07-09 | 1 | -0/+55 |
