From e421d794d7c53771e309003506520d33bffbb724 Mon Sep 17 00:00:00 2001 From: Felix Schumacher Date: Wed, 9 Mar 2022 17:40:08 +0100 Subject: [PATCH] Markup changes and insertion of titles for new and noteworthy stuff --- xdocs/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 2a63a540610..4202954fee6 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -64,6 +64,8 @@ Summary

JMeter 5.5 ships with log4j2 2.17.2

+Open Model Thread Group +

New component: Open Model Thread Group allows creating load profiles with variable load.

@@ -71,7 +73,7 @@ allows creating load profiles with variable load.

you could previously use Thread Group + Timer combinations. However, then you need to compute the expected number of threads, ensure they are created only when needed, and so on.

-

With Open Model Thread Group you can configure the same load profile as rate(0/sec) random_arrivals(1 minute) rate(10/sec). +

With Open Model Thread Group you can configure the same load profile as rate(0/sec) random_arrivals(1 minute) rate(10/sec). The thread group would spawn threads as needed to drive the configured load. The load profile can use properties, so you can launch the same script with slightly different load levels, however, the profile can't be updated while the test is running. @@ -80,6 +82,8 @@ however, the profile can't be updated while the test is running.

The new thread group is experimental in JMeter 5.5, so please feel free to submit your feedback.

Open Model Thread Group sample
+Preparing the deprecation of Oro Regex usage +

Another experimental feature in JMeter 5.5 is the ability to replace the Oro based Regex implementation by the built-in Java based one. To choose the Java based one, set the JMeter property jmeter.regex.engine to the value java.