Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions docs/cli-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ This will output a report to `./work/ex/default/index.html`.

If you want to clean things up you can use the following commands:
```bash
# delete all the target directories
cargo run -- delete-all-target-dirs
# delete all results directories
cargo run -- delete-all-results
# remove a specific experiment
Expand Down
4 changes: 2 additions & 2 deletions docs/report-triage.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The template (for crates.io crates or git repos) is:
```

When in doubt about a regression, file an issue. It's best to force the Rust
developers to aknowledge the regression that to let it slip through.
developers to acknowledge the regression than to let it slip through.

## Triaging regressions

Expand Down Expand Up @@ -68,7 +68,7 @@ For example, if the crate `foo` has a flaky test suite you should add this line
in the configuration file (possibly sorting it):

```toml
flaky = { skip-tests = true } # flaky test suite
foo = { skip-tests = true } # flaky test suite
```

A comment should always be added (on the same line) to briefly explain why the
Expand Down