Skip to content

Commit 4035fc2

Browse files
committed
Follow remark guidelines
1 parent 0ee39a2 commit 4035fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/development/infrastructure/benchmarking.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ analysis, including with tools such as [flamegraph][flamegraph-perf]
1616
(or [`flamegraph-rs`][flamegraph-rs]).
1717

1818
Currently, we only measure instruction count, as it's the most reproducible metric
19-
and rustc-perf also considers it the main number to focus on.
19+
and [rustc-perf][rustc-perf] also considers it the main number to focus on.
2020

2121
## Benchmarking a PR
2222

@@ -52,4 +52,4 @@ perf diff ./target/lintcheck/sources/CRATE/perf.data ./target/lintcheck/sources/
5252
[perf]: https://perfwiki.github.io/main/
5353
[flamegraph-perf]: https://github.com/brendangregg/FlameGraph
5454
[flamegraph-rs]: https://github.com/flamegraph-rs/flamegraph
55-
[rustc-perf]:
55+
[rustc-perf]: https://github.com/rust-lang/rustc-perf

0 commit comments

Comments
 (0)