Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new pacing-jmeter-plugin v1.0 #676

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading