Skip to content

Commit 1d98025

Browse files
committed
Update comment
1 parent 6c1460f commit 1d98025

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

collector/src/compile/execute/rustc.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
//! Performance collection for rust-lang/rust compilation.
22
//!
3-
//! This benchmarks a x.py build --stage 0 compiler/rustc invocation on the
3+
//! This benchmarks a `x.py build compiler/rustc` invocation on the
44
//! 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.
95
106
use crate::toolchain::Toolchain;
117
use crate::utils::git::get_rustc_perf_commit;

0 commit comments

Comments
 (0)