Skip to content

Commit 5270a36

Browse files
committed
Document that stage 2 is no longer necessary to run local benches
1 parent 0eb46c3 commit 5270a36

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

collector/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ benchmarks, runs, or builds. Progress output is printed to stderr.
7474
The following arguments are mandatory.
7575

7676
- `<RUSTC>`: a path (relative or absolute) to a rustc executable that will be
77-
benchmarked. Some benchmarks use plugins, which require a stage 2 compiler.
78-
Therefore, the value is likely to be something like
79-
`$RUST/build/x86_64-unknown-linux-gnu/stage2/bin/rustc`, where `$RUST` is a
80-
path (relative or absolute) to a `rust` repository.
77+
benchmarked. The value is likely to be something like
78+
`$RUST/build/x86_64-unknown-linux-gnu/stage1/bin/rustc`, where `$RUST` is a
79+
path (relative or absolute) to a `rust` repository. You can use either a
80+
stage 1 or a stage 2 compiler, but if you're comparing two versions you
81+
should choose consistently.
8182

8283
- `<ID>`: an identifier which will be used to identify the results in the
8384
database.

0 commit comments

Comments
 (0)