aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix use of ltls after init_tls and further reduce tsd usebumpptrsFlorian Fischer2019-11-111-17/+19
|
* fix inlining of bump_up and revert bumpptr_alloc to original versionFlorian Fischer2019-11-114-25/+23
|
* add speedymalloc variant using less tsdFlorian Fischer2019-11-114-1/+293
|
* change colors of bumpptr variationsFlorian Fischer2019-11-101-2/+2
|
* fix single tsd bumpptr allocFlorian Fischer2019-11-102-19/+16
|
* add bumpptr variations allocator definitionsFlorian Fischer2019-11-102-0/+31
|
* fix Makefile for bumpptr flavorsFlorian Fischer2019-11-101-3/+3
|
* add some bumpptr flavorsFlorian Fischer2019-11-108-45/+416
|
* don't skip earlyFlorian Fischer2019-11-061-1/+0
|
* fix invalid except syntaxFlorian Fischer2019-11-061-1/+1
|
* skip not starting serversFlorian Fischer2019-11-061-3/+17
|
* remove debug output from benchmark.pyFlorian Fischer2019-11-061-1/+0
|
* add -fomit-frame-pointer to global OPTFLAGSFlorian Fischer2019-11-061-1/+1
|
* don't always use jemalloc for redisFlorian Fischer2019-11-061-1/+1
|
* don't use bc to calculate MEMSIZE for our allocatorsFlorian Fischer2019-11-061-1/+1
|
* remove unused chattyparser importFlorian Fischer2019-11-061-1/+0
|
* use booktabs in standalone tex tablesFlorian Fischer2019-10-301-0/+1
| | | | \toprule is definied in booktabs
* add tex tables to cfrac and espressoFlorian Fischer2019-10-302-0/+16
|
* add toprule to tex tablesFlorian Fischer2019-10-301-0/+1
|
* add and use write_tex_table functionFlorian Fischer2019-10-307-3/+147
|
* introduce a global summary file extensionFlorian Fischer2019-10-305-13/+20
|
* use new dj_workload locationFlorian Fischer2019-10-231-2/+2
|
* fix location of dj_workload artifactFlorian Fischer2019-10-231-1/+1
|
* fix lld documentationFlorian Fischer2019-10-231-3/+2
|
* fix redis directoryFlorian Fischer2019-10-221-7/+8
|
* remove normalized plots from loop and t-test1Florian Fischer2019-10-212-17/+1
|
* run larson for 5 instead of 1 secondFlorian Fischer2019-10-211-1/+1
|
* fix y-label for fd plotsFlorian Fischer2019-10-211-1/+1
|
* improve scale_thread_for_cpusFlorian Fischer2019-10-212-25/+21
| | | | | | | Thread numbers are now a factor of two. Allow creation of Benchmark objects when src.globalvars.result_dir is not set.
* add larson documentationFlorian Fischer2019-10-211-7/+31
|
* add lld and mysql documentationFlorian Fischer2019-10-213-14/+244
|
* cleanup gitignoresFlorian Fischer2019-10-161-7/+1
|
* update TODOFlorian Fischer2019-10-161-4/+6
|
* fix typo in optionFlorian Fischer2019-10-161-1/+1
|
* improve top10 percentagesFlorian Fischer2019-10-161-4/+4
|
* improve analysis: add cycles portions and fix top10 percentagesFlorian Fischer2019-10-162-10/+21
|
* fix dj_traceFlorian Fischer2019-10-161-1/+1
|
* improve summary of the blowup testFlorian Fischer2019-10-161-2/+2
|
* improve ignoresFlorian Fischer2019-10-161-2/+2
|
* increase workload size for bigger max speedupFlorian Fischer2019-10-162-4/+6
| | | | | | | | | | | with the current workload size of 100K allocations the parallel part (worker) takes on my development laptop 96% of the single threaded execution time resulting in a maximal speedup of 25. (Amdahl: 1/(1-0.96) ~= 25) Increasing the the workload to 1M allocations ups the parallel portion to ~99% which gives us a max speedup of ~295 enough for all our test machines. With the new workload the single threaded execution time is ~100s on my laptop and ~30s on one of the test servers which is tolerable in my opinion.
* use fixed xkcd color for ideal rssFlorian Fischer2019-10-161-1/+1
|
* don't store sysbench version twiceFlorian Fischer2019-10-161-3/+0
|
* the matplotlib "C" colors only range till C9Florian Fischer2019-10-161-1/+1
|
* fix bins and top10 order in histogramsFlorian Fischer2019-10-141-8/+12
|
* add documentation for loop, cfrac, espressoFlorian Fischer2019-10-143-6/+75
|
* add rpmallocFlorian Fischer2019-10-142-1/+42
|
* rename matplotlib_histograms.py to histogram.pyFlorian Fischer2019-10-141-3/+3
| | | | | the script produces an ascii histogram per default and only uses matplotlib on demand so the name is confusing.
* produce ascii histograms with scripts/matplotlib_histograms.pyFlorian Fischer2019-10-142-19/+34
| | | | | | | | Add new options to matplotlib_histograms.py: -i - open interactive matplotlib plots -n - no ascii histogram chattyparser.plot_hist_ascii handles histograms with non int keys
* don't try to terminate servers that exited with 0Florian Fischer2019-10-131-1/+1
|
* store mysql files persistent in build/benchmarks/mysqlFlorian Fischer2019-10-132-23/+15
|