Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d15cb3d

Browse files
committed
Auto merge of rust-lang#139161 - SparrowLii:parallel_perf_test, r=<try>
Perf test for the parallel front end Perf test for the parallel front end r? `@ghost`
2 parents 2ea33b5 + 1b486d3 commit d15cb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,7 @@ written to standard error output)"),
25142514
/// in the future. Note that -Zthreads=0 is the way to get
25152515
/// the num_cpus behavior.
25162516
#[rustc_lint_opt_deny_field_access("use `Session::threads` instead of this field")]
2517-
threads: usize = (1, parse_threads, [UNTRACKED],
2517+
threads: usize = (8, parse_threads, [UNTRACKED],
25182518
"use a thread pool with N threads"),
25192519
time_llvm_passes: bool = (false, parse_bool, [UNTRACKED],
25202520
"measure time of each LLVM pass (default: no)"),

0 commit comments

Comments
 (0)