about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--book/src/development/infrastructure/benchmarking.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/development/infrastructure/benchmarking.md b/book/src/development/infrastructure/benchmarking.md
index 0c5ecfc7627..a3ebce922f6 100644
--- a/book/src/development/infrastructure/benchmarking.md
+++ b/book/src/development/infrastructure/benchmarking.md
@@ -16,7 +16,7 @@ analysis, including with tools such as [flamegraph][flamegraph-perf]
 (or [`flamegraph-rs`][flamegraph-rs]).
 
 Currently, we only measure instruction count, as it's the most reproducible metric
-and rustc-perf also considers it the main number to focus on.
+and [rustc-perf][rustc-perf] also considers it the main number to focus on.
 
 ## Benchmarking a PR
 
@@ -52,4 +52,4 @@ perf diff ./target/lintcheck/sources/CRATE/perf.data ./target/lintcheck/sources/
 [perf]: https://perfwiki.github.io/main/
 [flamegraph-perf]: https://github.com/brendangregg/FlameGraph
 [flamegraph-rs]: https://github.com/flamegraph-rs/flamegraph
-[rustc-perf]: 
\ No newline at end of file
+[rustc-perf]: https://github.com/rust-lang/rustc-perf