Skip to content

Commit ff9654f

Browse files
authored
Update posts/inside-rust/2024-08-12-announcing-metrics-initiative.md
1 parent f2c7cb7 commit ff9654f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-08-12-announcing-metrics-initiative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We're envisioning three use cases for metrics within rustc.
1414
* Guiding improvements to User Experience,
1515
* e.g., knowing which compiler errors are causing the most confusion or are hit the most frequently, focusing on improving those first, and verifying that the improvements help
1616
* Improving perf feedback loops and insight,
17-
* e.g., helping identify pathological edge cases, similar to work @nnethercote has done manually in the past
17+
* e.g., helping identify pathological edge cases, similar to [work](https://nnethercote.github.io/2022/02/25/how-to-speed-up-the-rust-compiler-in-2022.html) @nnethercote has done manually in the past
1818

1919
We're at the point of the initiative where we would like to inform the project members about it and start implementing the metrics infrastructure in collaboration with their real-world needs.
2020

0 commit comments

Comments
 (0)