-
Notifications
You must be signed in to change notification settings - Fork 386
Why does cargo miri test
run sequentially on a single thread?
#2805
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
Comments
cargo miri test
run sequentially on a single thread?
When using |
Ok, thanks for the info. What about forking? |
Because if I have to wait 2+ seconds per test, forking will certainly be worth it. |
The test harness supports running tests in subprocesses when using |
Maybe a wrapper around |
If you have But I think currently, |
Wow that's exactly what I was looking for 5min -> 25 seconds. |
Could be worth adding a section on nextest to our readme? |
Add a section on using nextest Inspired by this question: #2805
Add a section on using nextest Inspired by this question: rust-lang/miri#2805
Unless I'm doing something wrong, why is the miri test runner not running the tests in parallel? I have a project that would greatly benefit from this.
The text was updated successfully, but these errors were encountered: