You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: