diff options
author | Gabriel M. Dutra <0xdutra@gmail.com> | 2023-03-10 11:52:12 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-03-10 13:31:31 +0000 |
commit | 5a89b90f39d146d2e74df12e96aee8d029281fa8 (patch) | |
tree | fda1d414d536bdee94c5f4aecae621d58f9eabe8 /UPDATING | |
parent | acbdda8026c25d68e2c6264dd3c0dba25a134909 (diff) | |
download | ports-5a89b90f39d146d2e74df12e96aee8d029281fa8.tar.gz ports-5a89b90f39d146d2e74df12e96aee8d029281fa8.zip |
benchmarks/ddosify: Update to 0.15.0
ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.15.0
Introducing engine modes:
engine_mode is optional in the config file.
* distinct-user mode simulates a new user for every iteration.
* repeated-user mode can use pre-used user in subsequent iterations.
* ddosify mode is the default mode of the engine. In this mode, the engine
runs in its max capacity, and does not show user simulation behavior.
Add breaking changes to UPDATING
PR: 270078
Reported by: 0xdutra@gmail.com (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20230310: + AFFECTS: user of benchmarks/ddosify + AUTHOR: fernape@FreeBSD.org + + keep-alive is removed from config file. In default mode, the engine will use + keep-alive for all requests. If you want to disable keep-alive for a step, you + can add Connection: close header to the step. + 20230306: AFFECTS: users of www/qt5-webengine AUTHOR: kai@FreeBSD.org |