aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* add debugging benchmark nopnopFlorian Fischer2019-08-211-0/+20
* Merge branch 'lld'Florian Fischer2019-08-201-0/+99
|\
| * add lld benchmark using lld provided benchmarkslldFlorian Fischer2019-08-201-0/+99
* | mention larson / krishnan paper in larson benchmarkFlorian Fischer2019-08-201-0/+2
* | use fewer maximal sizes to speedup benchmarkFlorian Fischer2019-08-201-1/+1
|/
* fix name of loop tex tableFlorian Fischer2019-08-151-1/+1
* improve mysql benchmark definitionFlorian Fischer2019-08-141-19/+26
* fix and adjust to mysql installations on Ubuntu 18.04Florian Fischer2019-08-111-7/+8
* use new location of bumpptrFlorian Fischer2019-08-111-1/+1
* make bump pointer allocator available through src.allocators.bumpptrFlorian Fischer2019-08-111-1/+1
* don't copy benchmark.allocators againFlorian Fischer2019-08-101-6/+0
* print malloc_stats to stdoutFlorian Fischer2019-08-101-1/+4
* add facts to dataref exportFlorian Fischer2019-07-315-11/+11
* add barrier to larson benchmarkFlorian Fischer2019-07-011-0/+10
* fix realloc micro benchmark for allocators returning null for realloc(ptr, 0)Florian Fischer2019-06-271-1/+1
* apply some flake8 hintsFlorian Fischer2019-06-196-63/+45
* use sane iterations (100 -> 10000)Florian Fischer2019-05-271-3/+3
* don't break if a result is NaNFlorian Fischer2019-05-211-4/+4
* add ttest1 from ptmallocFlorian Fischer2019-05-155-0/+685
* introduce server concept to BenchmarkFlorian Fischer2019-05-152-104/+27
* add php to httpd benchmarkFlorian Fischer2019-05-158-75/+2666
* fix ylabel for llc miss plotFlorian Fischer2019-05-141-1/+1
* add dataref exportsFlorian Fischer2019-05-084-0/+31
* use bumpptr in loop benchmarkFlorian Fischer2019-04-281-0/+4
* use new barplot functionFlorian Fischer2019-04-151-13/+3
* improve descriptive statistics, csv-export and add general barplot functionFlorian Fischer2019-04-133-52/+20
* improve httpd Makefile and configFlorian Fischer2019-04-132-3/+2
* fix still running checkFlorian Fischer2019-04-131-1/+18
* add check if nginx is running before trying to terminateFlorian Fischer2019-04-131-7/+9
* adjust absurd concurrencyFlorian Fischer2019-04-131-1/+1
* fix normalized plotsFlorian Fischer2019-04-101-1/+1
* add normalized time plotFlorian Fischer2019-04-101-0/+8
* dj_trace: make tex table standaloneFlorian Fischer2019-04-101-1/+5
* use autoticks for loop plotsFlorian Fischer2019-04-101-2/+4
* add real simple realloc benchmarkFlorian Fischer2019-04-023-0/+78
* add real simple webserver benchmark using nginx and abFlorian Fischer2019-04-024-0/+183
* add analyze and server_benchmark featureFlorian Fischer2019-04-021-4/+4
* fix indent in loop.cFlorian Fischer2019-04-021-1/+1
* add export_to_csv and use it in the loop benchmarkFlorian Fischer2019-03-251-0/+3
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-256-0/+798
* rework build system #2: call make before executing any benchmarkFlorian Fischer2019-02-024-4/+9
* rework build system #1Florian Fischer2019-02-0112-0/+851
* move source code to src/Florian Fischer2019-01-157-0/+1783