aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/httpd.py
Commit message (Expand)AuthorAgeFilesLines
* fix syntax after plot changesFlorian Fischer2020-04-071-1/+1
* unify plotting codeFlorian Fischer2020-04-071-21/+27
* improve matplotlib codeFlorian Fischer2020-03-091-3/+3
* cleanup plot codeFlorian Fischer2020-02-111-9/+9
* move plotting code from src.benchmark to src.plotsFlorian Fischer2020-02-111-22/+24
* collect vmhwm for servers and use it for mysql, httpd and redisFlorian Fischer2019-12-111-33/+25
* explicitly collect binary versionsFlorian Fischer2019-09-111-0/+7
* improve server benchmarksFlorian Fischer2019-09-111-2/+5
* require a name in Benchmark.__init__Florian Fischer2019-08-291-2/+2
* add license header comments to benchmark definitionsFlorian Fischer2019-08-281-0/+17
* remove verbosity argument from hooksFlorian Fischer2019-08-271-1/+2
* improve benchmark code quality using pylintFlorian Fischer2019-08-271-3/+6
* apply some flake8 hintsFlorian Fischer2019-06-191-26/+17
* use sane iterations (100 -> 10000)Florian Fischer2019-05-271-3/+3
* introduce server concept to BenchmarkFlorian Fischer2019-05-151-52/+18
* 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
* add real simple webserver benchmark using nginx and abFlorian Fischer2019-04-021-0/+87