You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
then invocationCountPerIteration will be 8
so loop will run only one. So far so good.
Now this if-condition will be true and randomization will be false. So thundra will make 8 calls to the target lambda and hence all 8 instances will be busy for 100ms.
Why this behavior? Why we set randomize false in every first iteration?
You can run StandardWarmupStrategyTest junit to see this behavior
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider the case when:
so loop will run only one. So far so good.
Why this behavior? Why we set randomize false in every first iteration?
You can run StandardWarmupStrategyTest junit to see this behavior
The text was updated successfully, but these errors were encountered: