Skip to content

Commit 95f4337

Browse files
authored
Update getting-started.md
1 parent 62f5839 commit 95f4337

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/getting-started.md

+4
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,11 @@ benchmarks on a compiler with your changes. The numbers are reported
299299
[here][perf], and you can see a comparison of your changes against the latest
300300
master.
301301

302+
For a good introduction to the performance of Rust code in general,
303+
which would also be useful in rustc development, see [The Rust Performance Book].
304+
302305
[perf]: https://perf.rust-lang.org
306+
[The Rust Performance Book]: https://nnethercote.github.io/perf-book/
303307

304308
## Other Resources
305309

0 commit comments

Comments
 (0)