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

Parallel workers and merging of results #14

Open
Conradowatz opened this issue Feb 8, 2024 · 0 comments
Open

Parallel workers and merging of results #14

Conradowatz opened this issue Feb 8, 2024 · 0 comments

Comments

@Conradowatz
Copy link
Contributor

One usecase of the workers would be to split test execution upon different devices.
Example: to test a tls server completly you need 400 tests. You split them to 4 workers, each testing a copy of the same library. Every worker tests just 100 tests, but all 4 are running in parallel. They report their results to Anvil Web where the results are merged into one report.
This way test execution times can be reduced.

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