diff options
| author | blyxyas <blyxyas@gmail.com> | 2025-02-10 23:50:15 +0100 |
|---|---|---|
| committer | blyxyas <blyxyas@gmail.com> | 2025-02-10 23:50:15 +0100 |
| commit | 4035fc2b72e51534a573169accecbcc978f20238 (patch) | |
| tree | 64b58478e62bda796d3bcd1648b2ad080975a84d | |
| parent | 0ee39a20150da33524df4d6471bc65b76e33816d (diff) | |
| download | rust-4035fc2b72e51534a573169accecbcc978f20238.tar.gz rust-4035fc2b72e51534a573169accecbcc978f20238.zip | |
Follow remark guidelines
| -rw-r--r-- | book/src/development/infrastructure/benchmarking.md | 4 |
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 |
