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

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

merged 1 commit into from
Sep 27, 2024

Conversation

vdaburon
Copy link
Contributor

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

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
@undera
Copy link
Owner

undera commented Sep 27, 2024

Hm,
Why did you use Sampler type component and not Timer or Controller?

@vdaburon
Copy link
Contributor Author

vdaburon commented Sep 27, 2024

Hm, Why did you use Sampler type component and not Timer or Controller?

Because i need a sampler to store the start time and another sampler to calculate the dynamic wait to get the pacing duration. My template was Flow Control Action Pause a sampler not a timer.

In the futur may be the Thread Start Iteration will be a thread variable likes __jmv_THREAD_START_TIME_ITERATION
See : Add new thread variable __jmv_THREAD_START_TIME_ITERATION contains the currentTimeMillis when the thread iteration start

Before this plugin i implement the same feature with 2 groovy samplers and a Flow Control Action Pause.

@undera undera merged commit eb8f96a into undera:master Sep 27, 2024
1 check passed
@vdaburon
Copy link
Contributor Author

Thanks Andrey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants