Separate thread group or single for performance test with iso8583? #92
mehrdad2000
started this conversation in
General
Replies: 1 comment
-
Depends on your use case.
Both work, but both have some downside.
Relevant for HTTP sampler caching and cookies, not relevant for ISO8583. Sounds like you may want to acquire some basic JMeter skills first, though this is not the right forum, sorry. Try Stackoverflow or the JMeter groups? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
For performance test which is better using separate thread group or single? Why?
e.g. i have 3 type of message that create a sampler for each one, now question is should I separate thread group or put all of them in single threads group?
What is the relation of this with the option “same user on each iteration”?
any idea?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions