| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [make] fix check-format target | Florian Fischer | 2020-06-03 | 1 | -1/+1 |
| | | |||||
| * | [pylint] add config and fix tools/check-pylint exit code | Florian Fischer | 2020-06-02 | 1 | -1/+1 |
| | | |||||
| * | Makefile: add new pylint check-target which fails on errors and warnings | Florian Fischer | 2020-06-02 | 1 | -5/+8 |
| | | |||||
| * | Makefile: find all our python files and add check target | Florian Fischer | 2020-06-02 | 1 | -2/+4 |
| | | |||||
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -6/+8 |
| | | | | | | | | | | * rename src directory to allocbench * make global variable names UPPERCASE * format a lot of code using yapf * use lowercase ld_preload and ld_library_path as Allocator members * name expected Errors 'err' and don't raise a new Exception * disable some pylint messages | ||||
| * | add ctags make target and mark yapf as phony | Florian Fischer | 2020-01-23 | 1 | -1/+4 |
| | | |||||
| * | add yapf target | Florian Fischer | 2019-12-11 | 1 | -1/+6 |
| | | |||||
| * | only lint python code in src/ | Florian Fischer | 2019-11-22 | 1 | -1/+1 |
| | | |||||
| * | add -fomit-frame-pointer to global OPTFLAGS | Florian Fischer | 2019-11-06 | 1 | -1/+1 |
| | | |||||
| * | only search for Makefiles in src/ | Florian Fischer | 2019-09-21 | 1 | -2/+2 |
| | | |||||
| * | silence cmake on make -s | Florian Fischer | 2019-09-14 | 1 | -1/+8 |
| | | |||||
| * | 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 |
