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

ir-test: Parallelize test runs #17

Open
weltling opened this issue Mar 14, 2023 · 0 comments
Open

ir-test: Parallelize test runs #17

weltling opened this issue Mar 14, 2023 · 0 comments

Comments

@weltling
Copy link
Contributor

Make tests executing concurrently can speed-up the test runs and thus save developer and pipeline time. This will especially become relevant with the growing number of tests. An implementation might be simplest done through the utilization of std::async APIs but needs to be thought well so then possible exceptions can be caught in a safe way.

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