Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Multiple async suites interfere? #165

Open
fredcy opened this issue Aug 3, 2016 · 2 comments
Open

Multiple async suites interfere? #165

fredcy opened this issue Aug 3, 2016 · 2 comments
Labels

Comments

@fredcy
Copy link

fredcy commented Aug 3, 2016

I want to update the UI to show the 'cycle' event results as they occur, and I want to run several suites in one test run. If I run the suites with async set to true I can update the UI as needed. But it seems that if I kick off several such async suites in a loop they interfere with each other in that the ops/sec results are considerably lower than if I run the suites without async. Is that expected? If so, is the workaround to wait for one suite to complete before kicking off the next so that they don't overlap at all?

@bvaughn
Copy link

bvaughn commented Feb 3, 2017

is the workaround to wait for one suite to complete before kicking off the next so that they don't overlap at all?

FWIW, this is what I'm doing (see here)

@fredcy
Copy link
Author

fredcy commented Feb 3, 2017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

3 participants