EXAMPLES: add a trivial config for quick testing
authorWilly Tarreau <w@1wt.eu>
Wed, 12 May 2021 15:51:49 +0000 (17:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 May 2021 15:54:56 +0000 (17:54 +0200)
commit89da7cf5d56573fec20997f8146a4b059279c6f2
tree4224fdf02fbd487271a5dfcd3745cd6f432aa604
parent71c5f6d4770fcbc878de0e6484a16d0e829cb815
EXAMPLES: add a trivial config for quick testing

This config was taken from the example provided in the dpbench project.
It uses minimalistic keywords and is trivial to setup and adapt on any
test machine for a quick test. It can be convenient when comparing
different server platforms to pick the one delivering the best
performance in various dimensions (conn rate, req rate, ssl rate,
bit rate). It uses a single listener (optionally a second one with
SSL), a single server, power-of-two-choices (random(2)) algorithm,
and no privileged directive.
examples/quick-test.cfg [new file with mode: 0644]