We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4e7c6 commit 1ec85a8Copy full SHA for 1ec85a8
src/tools/miri/README.md
@@ -478,6 +478,8 @@ Moreover, Miri recognizes some environment variables:
478
* `MIRI_TEST_TARGET` (recognized by the test suite and the `./miri` script) indicates which target
479
architecture to test against. `miri` and `cargo miri` accept the `--target` flag for the same
480
purpose.
481
+* `MIRI_TEST_THREADS` (recognized by the test suite): set the number of threads to use for running tests.
482
+ By default the number of cores is used.
483
* `MIRI_NO_STD` (recognized by `cargo miri` and the test suite) makes sure that the target's
484
sysroot is built without libstd. This allows testing and running no_std programs.
485
* `RUSTC_BLESS` (recognized by the test suite and `cargo-miri-test/run-test.py`): overwrite all
0 commit comments