From 4035fc2b72e51534a573169accecbcc978f20238 Mon Sep 17 00:00:00 2001 From: blyxyas Date: Mon, 10 Feb 2025 23:50:15 +0100 Subject: [PATCH] Follow remark guidelines --- book/src/development/infrastructure/benchmarking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/development/infrastructure/benchmarking.md b/book/src/development/infrastructure/benchmarking.md index 0c5ecfc76279..a3ebce922f6c 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