aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/httpd.py
Commit message (Expand)AuthorAgeFilesLines
* improve server benchmarksFlorian Fischer2019-09-041-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