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

Steps running serially? #67

Closed
AndreaCrotti opened this issue Jun 4, 2021 · 3 comments
Closed

Steps running serially? #67

AndreaCrotti opened this issue Jun 4, 2021 · 3 comments

Comments

@AndreaCrotti
Copy link
Contributor

From what I understood from the docs, steps in a given scenario will run serially, so one after the other.
I'm seeing that if add an extra step the requests/sec more or less halves, which would suggest that they are actually being run in parallel and I'm maxing out on the local concurrency.

In case it helps I'm using clj-http and I tweaked the clojure.core.async-pool-size, my other attempts (using core.async and the async true option) failed, but just tweak at least seems to do the job.

@mhjort
Copy link
Owner

mhjort commented Jun 12, 2021

Sounds odd. Scenarios are run in paralled and steps are run serially. Could you show an example how does your scenario look like? I could take a look.

@AndreaCrotti
Copy link
Contributor Author

Yeah maybe it's something wrong I was doing, I'm creating a sample project soon for a blog post, so hopefully I can find out more while I do that.

@mhjort
Copy link
Owner

mhjort commented Oct 14, 2022

I have not been able to reproduce this one. Closing this one for now. I can reopen if there is new data about this bug.

@mhjort mhjort closed this as completed Oct 14, 2022
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

2 participants