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

Possible error in k6-learn parallel requests Test Question #32

Open
hayone1 opened this issue Sep 3, 2024 · 0 comments
Open

Possible error in k6-learn parallel requests Test Question #32

hayone1 opened this issue Sep 3, 2024 · 0 comments

Comments

@hayone1
Copy link

hayone1 commented Sep 3, 2024

In the k6-learn parallel requests section, there's a question there
that goes thus.

Question 3

When might you not want to use parallel requests?

A: When you want to increase the number of requests your test is sending

B: When you have requests using multiple types of HTTP methods

C: When you're testing API endpoints

And the answer given is this which I think is at variance with the "not" in the question:

  1. A. The key here is your objective, not what you're testing. If you want to increase your test throughput (the number of requests sent by k6), parallel requests would be a valid way to do that. Whether you're using multiple HTTP methods or testing API endpoints is beside the point.
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

No branches or pull requests

1 participant