| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix use of ltls after init_tls and further reduce tsd usebumpptrs | Florian Fischer | 2019-11-11 | 1 | -17/+19 |
| * | fix inlining of bump_up and revert bumpptr_alloc to original version | Florian Fischer | 2019-11-11 | 4 | -25/+23 |
| * | add speedymalloc variant using less tsd | Florian Fischer | 2019-11-11 | 4 | -1/+293 |
| * | change colors of bumpptr variations | Florian Fischer | 2019-11-10 | 1 | -2/+2 |
| * | fix single tsd bumpptr alloc | Florian Fischer | 2019-11-10 | 2 | -19/+16 |
| * | add bumpptr variations allocator definitions | Florian Fischer | 2019-11-10 | 2 | -0/+31 |
| * | fix Makefile for bumpptr flavors | Florian Fischer | 2019-11-10 | 1 | -3/+3 |
| * | add some bumpptr flavors | Florian Fischer | 2019-11-10 | 8 | -45/+416 |
| * | don't skip early | Florian Fischer | 2019-11-06 | 1 | -1/+0 |
| * | fix invalid except syntax | Florian Fischer | 2019-11-06 | 1 | -1/+1 |
| * | skip not starting servers | Florian Fischer | 2019-11-06 | 1 | -3/+17 |
| * | remove debug output from benchmark.py | Florian Fischer | 2019-11-06 | 1 | -1/+0 |
| * | don't always use jemalloc for redis | Florian Fischer | 2019-11-06 | 1 | -1/+1 |
| * | don't use bc to calculate MEMSIZE for our allocators | Florian Fischer | 2019-11-06 | 1 | -1/+1 |
| * | use booktabs in standalone tex tables | Florian Fischer | 2019-10-30 | 1 | -0/+1 |
| * | add tex tables to cfrac and espresso | Florian Fischer | 2019-10-30 | 2 | -0/+16 |
| * | add toprule to tex tables | Florian Fischer | 2019-10-30 | 1 | -0/+1 |
| * | add and use write_tex_table function | Florian Fischer | 2019-10-30 | 7 | -3/+147 |
| * | introduce a global summary file extension | Florian Fischer | 2019-10-30 | 5 | -13/+20 |
| * | use new dj_workload location | Florian Fischer | 2019-10-23 | 1 | -2/+2 |
| * | fix location of dj_workload artifact | Florian Fischer | 2019-10-23 | 1 | -1/+1 |
| * | fix lld documentation | Florian Fischer | 2019-10-23 | 1 | -3/+2 |
| * | fix redis directory | Florian Fischer | 2019-10-22 | 1 | -7/+8 |
| * | remove normalized plots from loop and t-test1 | Florian Fischer | 2019-10-21 | 2 | -17/+1 |
| * | run larson for 5 instead of 1 second | Florian Fischer | 2019-10-21 | 1 | -1/+1 |
| * | fix y-label for fd plots | Florian Fischer | 2019-10-21 | 1 | -1/+1 |
| * | improve scale_thread_for_cpus | Florian Fischer | 2019-10-21 | 1 | -21/+21 |
| * | add larson documentation | Florian Fischer | 2019-10-21 | 1 | -7/+31 |
| * | add lld and mysql documentation | Florian Fischer | 2019-10-21 | 2 | -14/+243 |
| * | improve top10 percentages | Florian Fischer | 2019-10-16 | 1 | -4/+4 |
| * | improve analysis: add cycles portions and fix top10 percentages | Florian Fischer | 2019-10-16 | 2 | -10/+21 |
| * | fix dj_trace | Florian Fischer | 2019-10-16 | 1 | -1/+1 |
| * | improve summary of the blowup test | Florian Fischer | 2019-10-16 | 1 | -2/+2 |
| * | increase workload size for bigger max speedup | Florian Fischer | 2019-10-16 | 2 | -4/+6 |
| * | use fixed xkcd color for ideal rss | Florian Fischer | 2019-10-16 | 1 | -1/+1 |
| * | don't store sysbench version twice | Florian Fischer | 2019-10-16 | 1 | -3/+0 |
| * | fix bins and top10 order in histograms | Florian Fischer | 2019-10-14 | 1 | -8/+12 |
| * | add documentation for loop, cfrac, espresso | Florian Fischer | 2019-10-14 | 3 | -6/+75 |
| * | add rpmalloc | Florian Fischer | 2019-10-14 | 2 | -1/+42 |
| * | produce ascii histograms with scripts/matplotlib_histograms.py | Florian Fischer | 2019-10-14 | 1 | -6/+11 |
| * | don't try to terminate servers that exited with 0 | Florian Fischer | 2019-10-13 | 1 | -1/+1 |
| * | store mysql files persistent in build/benchmarks/mysql | Florian Fischer | 2019-10-13 | 1 | -23/+13 |
| * | fix redis | Florian Fischer | 2019-10-13 | 1 | -2/+3 |
| * | support substitutions in server shutdown_cmds | Florian Fischer | 2019-10-13 | 1 | -6/+10 |
| * | Merge branch 'catch_abort' | Florian Fischer | 2019-10-13 | 4 | -3/+44 |
| |\ | |||||
| | * | print signal message before exitcatch_abort | Florian Fischer | 2019-09-30 | 1 | -0/+1 |
| | * | catch SIGSEGV as well; register sa_handlers only if its SIG_DLF before | Florian Fischer | 2019-09-29 | 5 | -31/+40 |
| | * | catch if cmd aborts | Florian Fischer | 2019-09-29 | 3 | -2/+33 |
| * | | improve patch handling in allocator.py | Florian Fischer | 2019-10-13 | 6 | -18/+26 |
| |/ | |||||
| * | Merge branch 'artifact' | Florian Fischer | 2019-09-29 | 25 | -475/+447 |
| |\ | |||||
