diff options
| author | Ben Kimock <kimockb@gmail.com> | 2025-03-07 04:31:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-07 04:31:23 +0000 |
| commit | 7c3979ec45b020171c5ea2a38495c8d08a8b5444 (patch) | |
| tree | be0b97bf4ddff220da31c516b63e88df5c8f0004 /src | |
| parent | ccccf40015c2fd5956205a704e40e8081dc8cce4 (diff) | |
| parent | b709bdeb94c9fcc9a68123a83a46d16907b2a5c0 (diff) | |
| download | rust-7c3979ec45b020171c5ea2a38495c8d08a8b5444.tar.gz rust-7c3979ec45b020171c5ea2a38495c8d08a8b5444.zip | |
Merge pull request #4221 from saethlin/nextest-parallelism
Update documentation about nextest
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/miri/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/miri/README.md b/src/tools/miri/README.md index d64de4b1976..201aa1f5386 100644 --- a/src/tools/miri/README.md +++ b/src/tools/miri/README.md @@ -237,8 +237,7 @@ inherent interpreter slowdown and a loss of parallelism. You can get your test suite's parallelism back by running `cargo miri nextest run -jN` (note that you will need [`cargo-nextest`](https://nexte.st) installed). This works because `cargo-nextest` collects a list of all tests then launches a -separate `cargo miri run` for each test. You will need to specify a `-j` or `--test-threads`; -by default `cargo miri nextest run` runs one test at a time. For more details, see the +separate `cargo miri run` for each test. For more information about nextest, see the [`cargo-nextest` Miri documentation](https://nexte.st/book/miri.html). Note: This one-test-per-process model means that `cargo miri test` is able to detect data |
