aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGabriel M. Dutra <0xdutra@gmail.com>2023-03-10 11:52:12 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-03-10 13:31:31 +0000
commit5a89b90f39d146d2e74df12e96aee8d029281fa8 (patch)
treefda1d414d536bdee94c5f4aecae621d58f9eabe8 /UPDATING
parentacbdda8026c25d68e2c6264dd3c0dba25a134909 (diff)
downloadports-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--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 47c69c92ed96..6ed925705fe7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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