Skip to content

Update examples in README.md #1161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ second that contains a branch of your changes. To compare the two versions, do
something like this:

```
./target/release/collector bench_local $RUST_ORIGINAL Original
./target/release/collector bench_local --id Original $RUST_ORIGINAL

./target/release/collector bench_local $RUST_MODIFIED Modified
./target/release/collector bench_local --id Modified $RUST_MODIFIED
```

where `$RUST_ORIGINAL` and `$RUST_MODIFIED` are paths (relative or absolute) to
Expand Down Expand Up @@ -414,7 +414,7 @@ The following options alter the behaviour of the `profile_local` subcommand.
against the first. If a non-toolchain identifier is being used, a `1` will be
appended to the identifier for the first run and a `2` will be appended to
the identifier for the second run. If the profiler being used is Cachegrind,
diff files will also be produced.
diff files will also be produced.
- `--rustdoc <RUSTDOC>` as for `bench_local`.

`RUST_LOG=debug` can be specified to enable verbose logging, which is useful
Expand Down