Running same api request concurrently for x number of users #6451
AmarJagtap-Sage
started this conversation in
General
Replies: 1 comment
-
|
you could maybe try grouping multiple requests inside of a custom "folder" inside your collection..? if you right-click on a folder and select "Run", you'll see a dialog pop up that allows you to run all requests inside of that folder in one action, which sounds very close to what you're looking for. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to run the same API request concurrently for 5 users to simulate parallel calls. Does Bruno support this, or is there a workaround to achieve concurrent execution?
Beta Was this translation helpful? Give feedback.
All reactions