Skip to content

Commit

Permalink
Add new pacing-jmeter-plugin v1.0 (#676)
Browse files Browse the repository at this point in the history
Add Pacing to JMeter, compute a pause for the pacing duration since thread start iteration or since start time in a variable.
New samplers
1) Pacing Start Sampler
2) Pacing Pause Sampler
  • Loading branch information
vdaburon authored Sep 27, 2024
1 parent f12bcc8 commit eb8f96a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,21 @@
}
}
},
{
"id": "vdn-pacing-jmeter-plugin",
"name": "vdn@github - pacing-jmeter-plugin",
"description": "Add Pacing to JMeter, compute a pause for the pacing duration since thread start iteration or since start time in a variable",
"helpUrl": "https://github.com/vdaburon/pacing-jmeter-plugin",
"screenshotUrl": "https://github.com/vdaburon/pacing-jmeter-plugin/raw/main/doc/pacing_logo.png",
"vendor": "Vincent DABURON",
"markerClass": "io.github.vdaburon.jmeterplugins.pacing.PacingStart",
"versions": {
"1.0": {
"changes": "First Version, add Pacing Start Sampler and Pacing Pause Sampler",
"downloadUrl": "https://github.com/vdaburon/pacing-jmeter-plugin/releases/download/v1.0/pacing-jmeter-plugin-1.0.jar"
}
}
},
{
"id": "jwt-preProcessor",
"name": "JWT PreProcessor",
Expand Down

0 comments on commit eb8f96a

Please sign in to comment.