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 6c1460f commit 1d98025Copy full SHA for 1d98025
collector/src/compile/execute/rustc.rs
@@ -1,11 +1,7 @@
1
//! Performance collection for rust-lang/rust compilation.
2
//!
3
-//! This benchmarks a x.py build --stage 0 compiler/rustc invocation on the
+//! This benchmarks a `x.py build compiler/rustc` invocation on the
4
//! latest master compiler.
5
-//!
6
-//! We don't run the (more typical) stage 1 library/test build because there's
7
-//! no real reason for us to compile the standard library twice, and it avoids
8
-//! having to think about how to deduplicate results.
9
10
use crate::toolchain::Toolchain;
11
use crate::utils::git::get_rustc_perf_commit;
0 commit comments