File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ efficient test execution (parallel execution is supported),
11
11
and allows the test author to configure behavior and expected results of both
12
12
individual and groups of tests.
13
13
14
+ > NOTE:
15
+ > For macOS users, ` SIP ` (System Integrity Protection) [ may consistently
16
+ > check the compiled binary by sending network requests to Apple] [ zulip ] ,
17
+ > so you may get a huge performance degradation when running tests.
18
+ >
19
+ > You can resolve it by tweaking the following settings:
20
+ > ` Privacy & Security -> Developer Tools -> Add Terminal (Or VsCode, etc.) ` .
21
+
22
+ [ zulip ] : https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/.E2.9C.94.20Is.20there.20any.20performance.20issue.20for.20MacOS.3F
23
+
14
24
` compiletest ` may check test code for success, for runtime failure,
15
25
or for compile-time failure.
16
26
Tests are typically organized as a Rust source file with annotations in
You can’t perform that action at this time.
0 commit comments