Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/contributing/README.md')
-rw-r--r--docs/book/src/contributing/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/book/src/contributing/README.md b/docs/book/src/contributing/README.md
index bb2b6081ad..d3e2acd9f7 100644
--- a/docs/book/src/contributing/README.md
+++ b/docs/book/src/contributing/README.md
@@ -206,13 +206,6 @@ To measure time for from-scratch analysis, use something like this:
cargo run --release -p rust-analyzer -- analysis-stats ../chalk/
```
-For measuring time of incremental analysis, use either of these:
-
-```bash
-cargo run --release -p rust-analyzer -- analysis-bench ../chalk/ --highlight ../chalk/chalk-engine/src/logic.rs
-cargo run --release -p rust-analyzer -- analysis-bench ../chalk/ --complete ../chalk/chalk-engine/src/logic.rs:94:0
-```
-
Look for `fn benchmark_xxx` tests for a quick way to reproduce performance problems.
## Release Process