From 93d6f77c0da0487c767aee49da7dd87adfc197b5 Mon Sep 17 00:00:00 2001 From: David <3dgiordano@gmail.com> Date: Thu, 23 Jan 2025 05:16:11 -0300 Subject: [PATCH] Custom Thread Groups v3.0 --- site/dat/repo/jpgc-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/dat/repo/jpgc-plugins.json b/site/dat/repo/jpgc-plugins.json index 4ccb1b982..21cbb69a4 100644 --- a/site/dat/repo/jpgc-plugins.json +++ b/site/dat/repo/jpgc-plugins.json @@ -63,6 +63,13 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar" } + }, + "3.0": { + "changes": "Support for 'Same User On Each Iteration' on ConcurrencyThreadGroup, ArrivalsThreadGroup and FreeFormArrivalsThreadGroup", + "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-casutg/3.0/jmeter-plugins-casutg-3.0.jar", + "libs": { + "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar" + } } } },